I got a SQL like this:
SELECT * from Ask where Number IN 1,3,2
this returns the results as 1,2,3 as opposed to 1,3,2 Is there a way to force the matching recor