Clint Bailey wrote:

Can you set up a field to auto-increment, and if so how?


Details are in the fourth paragraph of:

http://sqlite.org/lang_createtable.html

Summary:  create table tbl(fieldname integer primary key autoincrement, ...)


HTH,

Gerry

Reply via email to