码迷,mamicode.com
首页 > 其他好文 > 详细

group by;having;order by

时间:2015-07-19 11:49:47      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:

1.order by 1,2,3  和  order by 3,2,1  的结果不同

2.having 不能使用别名 ;order by 中可以使用别名

    在oracle中的执行顺序:

      select_list >  where > group by > having() > alias > order by

3.group_by_list 可以不出现在select_list

4.select_list 如果不出现在 group_functon中,就必须出现在 group_by_list中;

group by;having;order by

标签:

原文地址:http://www.cnblogs.com/sisier/p/4658369.html

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