SQLite Forum

Data Types
Login
The reason for seeking that table is for me to (have a quick way to) understand (rather than use it to coerce a <i>desired</i> behaviour in SQLite3) the results that SQLite produces. 

Also, In one place I saw <b>NULL</b> associated with numeric code 1 and in another <b>INTEGER</b> was associated with numeric code 1; granted that such associations must be interpreted in context. I tried to use sqlite3_column_type against a query (not a table) to see what values were returned but the only value I get is 5 which is BLOB.