Sql order by 和 group BY一起使用时需要注意

ORDER BY 子句中的列必须包含在聚合函数或 GROUP BY 子句中。

slect * from table group by class,id order by id

slect * from table group by class,id order by class

 

posted @ 2014-03-07 15:58  流星焱雨  阅读(26547)  评论(0编辑  收藏  举报