码迷,mamicode.com
首页 > 数据库 > 详细

sql in查询排序

时间:2016-12-16 23:12:33      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:div   排序   blog   china   set   主键   查询   htm   默认   

1.默认下,使用select xxx where in(xx,xx)查询,返回结果是按主键排序的,如果要按in()中值的排列顺序,可以这样做:
 
select * from talbe where id in(3,2,4,1) ORDER BY FIND_IN_SET( id, ‘3,2,4,1‘) 
本文转自http://blog.chinaunix.net/uid-20304312-id-1707798.html 感谢作者

sql in查询排序

标签:div   排序   blog   china   set   主键   查询   htm   默认   

原文地址:http://www.cnblogs.com/panxuejun/p/6188429.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!