Shaun Seckman (Firaxis)
<shaun.seck...@firaxis.com> wrote:
>                Is it possible in the create a table where the rowid
> will start at 0 instead of 1 prior to inserting a row and explicitly
> stating that the rowid is 0?

You can specify rowid explicitly in an insert statement: insert into 
mytable(rowid, ...) values (0, ...)

Igor Tandetnik 



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

Reply via email to