sql查询语句怎么样按指定的方式排列
select*fromtablewhere(ID=10)or(ID=32)or(ID=22)or(ID=76)or(ID=13)or(ID=44)让结果按10,32,22...
select * from table where (ID=10) or (ID=32) or (ID=22) or (ID=76) or (ID=13) or (ID=44) 让结果按10,32,22,76,13,14的顺序检索出来,如何书写
展开
1个回答
2013-09-10
展开全部
Select * From Table where id = 10unionSelect * From Table where id = 32unionSelect * From Table where id = 22unionSelect * From Table where id = 76unionSelect * From Table where id = 13unionSelect * From Table where id = 14
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询