On 15 Jun 2011, at 9:20pm, Michael Stephenson wrote: > Wondering if anyone has a way to execute a query that selects rows based on > a list of rowids and returns the results in the order of the rowids passed > in.
Make another table with the rowids in, and use a JOIN. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

