Developments/Etc.

SQLite 자료형 (Data Types)

Meuse 2022. 10. 8. 21:00
반응형

 

 

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

 

1 NULL  
2 INTEGER  
3 REAL  
4 TEXT  
5 BLOB  

 

반응형