>> >> > Is there anything like serial sequences in SQLite? What I want to do is >> > have a primary interger key that auto-increments as records are added to >> > a table. >> >> http://www.sqlite.org/faq.html#q1 >> >> http://www.catb.org/~esr/faqs/smart-questions.html >> >> Also, www.sqlite.org/lang.html will answer most of your questions, including this one.
Regards

