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

count(*)问题

时间:2019-11-22 00:43:48      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:count   having   数据   大于   sel   --   error:   ror   查询   

-- 查询年龄大于20岁的人,按性别分组,统计每组的人数,并只显示性别人数大于2的数据条数
Error:SELECT count(), from student WHERE age>20 GROUP BY sex HAVING count()>2;
SELECT
,count() from student WHERE age>20 GROUP BY sex HAVING count()>2;

count(*)问题

标签:count   having   数据   大于   sel   --   error:   ror   查询   

原文地址:https://www.cnblogs.com/hellsino/p/11909303.html

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