How do I create a sequence in SQLITE?

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 do I create a sequence?
If you mean that you want the primary key to be automatically generated, then please look at AUTOINCREMENT when creating the table:

< /p>

> SQLite CREATE TABLE syntax.

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 do I create a sequence?

If you mean that you want the primary key to be automatically generated, then please see AUTOINCREMENT when creating the table:

> SQLite CREATE TABLE syntax.

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 935 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.