I have created a table in sqlite.
There are two fields: pk_categoryid,category_name.
I want to enter only one value from the user side.
So, how can I create a sequence?
I have created a table in sqlite. There are two fields: pk_categoryid , category_name
Share
If you mean that you want the primary key to be autogenerated, then look at
AUTOINCREMENTwhen creating your table: