I\'m trying to create a table in SQLite that contains a text column, several integer columns, and a final column that is the sum of all integers in that row.
This is