내가 물어본 질문은 이거임
Can sqlite integer data type store number 10000000000000000?
이 숫자는 1경임
그리고 내가 받은 답변은 이거임
No, SQLite's INTEGER data type cannot store the number 10000000000000000 because it exceeds the maximum value that can be stored in an 8-byte signed integer.
The maximum value for an 8-byte signed integer in SQLite is 9223372036854775807. The number 10000000000000000 is larger than this maximum value.
If you need to store such large numbers, you should consider using the TEXT data type to store them as strings, or you can use a different database system that supports larger integer types.
sqlite의 INTEGER타입은 값에 따라서 0, 1, 2, 3, 4, 6, or 8 bytes로 저장되기 때문에 1경을 저장할 수 있음 내가 궁금한건 그거임.. 왜 산수를 틀렸을까 지가 뻔히 답을 알려줘놓고
코파일럿이 커서나 코디움보다 지능 딸린다는 리뷰 많더라
숫자 comparison을 틀렸다는게 어이가 없음 참
토큰 기반이다 보니 반복되는 텍스트가 많을수록 오류가 생기는듯. 10^17 을 저장할 수 있냐고 물었으면 잘 대답할지도? ㅋㅋ Copilot 모델이 지금 gpt-4o라는데, gpt-o1-preview도 waitlist 신청할 수 있더라
9.11이랑 9.9 비교 못하는거랑 비슷한 문제(토크나이저) - dc App