SQLite Forum

sqlite3_column_type for a SUM column
Login
I am not talking about the return value of that `SUM` column, I am talking about what `sqlite3_column_type()` returns for it: it is always `SQLITE_NULL`, even when the column contains only numbers. I wanted to check whether this is as documented (I believe it is), and what is the common way of dealing with this.