码迷,mamicode.com
首页 > 编程语言 > 详细

排序 order by 的用法

时间:2017-01-05 13:24:10      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:asc   条件   str   用法   order by   默认   des   from   strong   

order by  跟在select* from 后面

order by 默认的是升序, asc 升序  desc 降序

select * from 表名 order by  字段名  asc

 

在带有过滤条件的情况下, 跟在where后面

select * from A where  Age>23 order by Salary desc

 

排序 order by 的用法

标签:asc   条件   str   用法   order by   默认   des   from   strong   

原文地址:http://www.cnblogs.com/lucky9/p/6251805.html

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