题解 | #平均绩点大于3.6且总人数大于2#

平均绩点大于3.6且总人数大于2的学校里学生情况

https://www.nowcoder.com/practice/5efb7d06f3e944ec81c40193b22c4b5f

select university,
    count(device_id) as total_cnt,
    count(if (gender = 'male', 1, null)) as male_cnt,
    count(if (gender = 'female', 1, null)) as female_cnt,
    count(if (age < 23, 1, null)) as lt23_cnt
from
    user_profile
group by
    university
having
    avg(gpa) > 3.6
    and total_cnt > 2

全部评论

相关推荐

迷茫的大四🐶:好一个误闯天家,我也想闯一闯
点赞 评论 收藏
分享
10-10 01:10
已编辑
深圳大学 测试开发
面了100年面试不知...:六月到九月,四个项目一个实习,是魔丸吗
投了多少份简历才上岸
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务