Hi listers,

With the clause "integer primary key", we can create an autoincrementable field in Sqlite. Other databases uses auto_increment, serial and something else.

If I am not wrong, Sqlite uses also auto_int. But, if I would build a database readable by other databases, what is the best way to create an autoincrementable field?

Luciano
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to