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

SQL_动态排序

时间:2014-10-05 14:47:48      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   color   ar   sp   div   c   on   

declare @myOrder int
set @myOrder=3
select * from Students order by case @myOrder
    when 1 then chinese
    when 2 then math
    when 3 then english
end
desc

 

SQL_动态排序

标签:des   style   blog   color   ar   sp   div   c   on   

原文地址:http://www.cnblogs.com/zwhFighting/p/4006917.html

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