sqlite-users  

[sqlite] any command to find last rowid in a table

Vasanta
Fri, 05 Feb 2010 11:28:44 -0800

command "SELECT rowid from table-name;"  gives all rows from 1 to 100 for
total 100 rows, any command to get last rowid?. I need insert from last
rowid onwards (if table already 100 records, need to insert from 101
onwards)
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users