select id, count() from table a where 1=1 group by id having count()>2

select id, count() from table a where 1=1 group by id having count()>2
以id分组统计,查询分组后数量大于2的id和数量

SELECT
    age 
FROM
    user
GROUP BY
    age 
HAVING
    count( age ) >= 3

查询user表中,年龄重复次数大于等于3的age,并输出age的值

标签: none

相关阅读

  • 测试信息
  • 开发商:阿里巴巴
  • 版本号:1.0
  • 配色:(企业家)” 推选活动结果
  • 测试信息
  • 测试信息
  • 测试信息