I am using sqlite older version for developing my application.
For some problem i have altered one of the table for adding new column. Previously this table data is stored in integers, after altering the table they have changed to strings. How can I get the altered string data again to integers, while querying how to query these fields?
SQLite only allows very limited changes to be done to an existing table. For anything else, you should:
Do this within a single transaction, of course! Also, practice on another database before trying this with your production data.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With