Hi all,
I'd like to make a single query that returns a number of rows using a'WHERE id IN (<list-of-ids>)' condition, but I'd like the rows to bereturned in the order in which the ids are given in the list.
Is this possible?
Sebastian