SQL query trick
Posted
by wo_shi_ni_ba_ba
on Stack Overflow
See other posts from Stack Overflow
or by wo_shi_ni_ba_ba
Published on 2010-06-08T22:19:43Z
Indexed on
2010/06/08
22:22 UTC
Read the original article
Hit count: 229
sql
I need to do
select * from xxx where name in (a,b,c...);
but I want the result set to be in the order of (a,b,c...)
is this possible?
© Stack Overflow or respective owner