On Jun 24, 2014, at 10:47 PM, Dave Wellman <dwell...@ward-analytics.com> wrote:

> I need the values to be sequential.

Well… if your data set is as small as you mentioned (20 records or less)… you 
could roll your own numbering schema with the simple expedient of attaching a 
trigger to your tables to auto -number them with 'select count( * ) + 1 from 
table’ or something.

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

Reply via email to