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

SQL根据值排序

时间:2017-06-20 16:23:05      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:end   des   cas   排列   stat   when   state   esc   case   

order by   

case `state`   

when 2 then 1       // 当值为2,排在第一个  

when 1 then 2       // 当值为1,排在第二个  

when 3 then 3       // 当值为3,排在第三个  

end  

asc     // 按上面顺序,正序排列(也可为desc)  

SQL根据值排序

标签:end   des   cas   排列   stat   when   state   esc   case   

原文地址:http://www.cnblogs.com/illegal/p/7054535.html

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