본문 바로가기
Database/SQLite

[SQLite] 데이터타입

by pcm9881 2022. 12. 6.

1. NULL

NULL 값

2. INTEGER

부호 있는 정수

3. REAL

8byte로 소수점 값

4. TEXT

텍스트 문자열

5. BLOB

입력된 그대로 저장하는 데이터

https://www.sqlite.org/datatype3.html

 

Datatypes In SQLite

1. Datatypes In SQLite Most SQL database engines (every SQL database engine other than SQLite, as far as we know) uses static, rigid typing. With static typing, the datatype of a value is determined by its container - the particular column in which the val

www.sqlite.org

 

728x90

'Database > SQLite' 카테고리의 다른 글

[SQLite] 명령어 정리  (0) 2023.10.30
[SQLite] Ubuntu 20 SQLite3 설치 및 간단한 사용법  (0) 2023.06.14

댓글