Here\'s what I need to be able to do.
I have a List in java which I can convert to comma separate string of IDs like so \"3,4,5,6,1,2\"
I wonder if there\'s way
select t1 from (select t.id t1 from t_test t order by t.id asc);