In SQL you cannot rely on the result set being in any order unless you use ORDER BY. This is true in SQLite3 as well.
Nico -- _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

