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

mysql 按照 where in 排序

时间:2017-09-13 13:05:44      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:user   排序   where   order by   field   unique   xxxx   use   order   

select * from user_extend where `unique` in(
‘mark.liu@xxxx.com‘,
‘jason.gan@xxxx.com‘,
‘ssgao@xxxx.com‘,
‘andymrlu@xxxx.com‘

)
order by field(`unique`,‘mark.liu@xxxx.com‘,
‘jason.gan@xxxx.com‘,
‘ssgao@xxxx.com‘,
‘andymrlu@xxxx.com‘
) ;

mysql 按照 where in 排序

标签:user   排序   where   order by   field   unique   xxxx   use   order   

原文地址:http://www.cnblogs.com/duanweishi/p/7514186.html

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