SQLite Forum

sqlite3_column_type for a SUM column
Login
Are you certain there are no NULLs in that field? Does adding  `WHERE population IS NOT NULL` fix it?