On 7/24/2013 12:34 AM, Kai Peters wrote:
Is it possible to have two (or more) autoincrement columns per table?
No, not automatically. With some work, you could simulate it using AFTER INSERT trigger.
-- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

