"Wenton Thomas" <[email protected]> wrote in message news:[email protected] > If "order by" isn't used in a select statment, does the result > records ordered in rowid?
Generally, no. It could accidentally happen this way, but there's no guarantee. If you want a particular order (by rowid or otherwise), request it with ORDER BY clause. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

