I have the following query that returns rows based on a comma seperated list
Select * from Table where RecordID in (22,15,105,1,65,32)
I wo
Yes. You add the ORDER BY recordedid clause at the end.
ORDER BY recordedid