Hello friends ?
I have a sqlite database "master.db" with a table "table1"
The columns of the table are: " ID, first_name, last_name"
I want to check if there is no "phone_number" column, add it and save a data in "phone_number" column . (with coding sqlite commands in the program)
1_How can I control the existence of this column?
2_How can I add this column to the table?
Thank you?
I have a sqlite database "master.db" with a table "table1"
The columns of the table are: " ID, first_name, last_name"
I want to check if there is no "phone_number" column, add it and save a data in "phone_number" column . (with coding sqlite commands in the program)
1_How can I control the existence of this column?
2_How can I add this column to the table?
Thank you?