I have a table keyed by an integer column. Each time I insert a row into the table I would like to use the lowest value that does not currently exist in the table as a key. Is there a query that will provide me with the lowest numeric value (for a column) that does not exist in the table?
-- Bob _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

