< SQLite
Types
SQLite is dynamically typed. This means that as you fill columns the affinity depends on the content. Four data types exist except NULL: BLOB, INTEGER, REAL (aka FLOAT) and TEXT.[1]
References
- ↑ Result Values From A Query sqlite.org, SQLite C Interface, visited 7 May 2019
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.