SQL - order by list order

前端 未结 6 1357
-上瘾入骨i
-上瘾入骨i 2020-12-11 00:38

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

6条回答
提交回复
热议问题