Hi,

I have the following query:

SELECT id  FROM pointslocation  WHERE id IN (1,7,3,4,5,2,6)

What 's returned is 1,2,3,4,5,6,7.

How do I retain the order in the IN list?

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

Reply via email to