I guess this is a long shot but, is there a way to list the sql query without sorting...
eg. I have
select * from items
where manufacID = 2
or manufacID = 1
or manufacID = 4
and I don't want them to be listed in the asc or decs order, but as i typed in... so 2,1,4.
So, can i do that?