I am using an outdated version of sqlite to develop my application.
For some problem, I changed one of the tables to add a new column. Previously, this table data is stored in integers, after changing the table, which they changed to rows. How can I get the modified string data again with integers, and also ask how to request these fields?
source share