题解 | #分组过滤练习题#

统计每个学校各难度的用户平均刷题数

http://www.nowcoder.com/practice/5400df085a034f88b2e17941ab338ee8

select university,difficult_level,count(up.device_id)/ count(distinct(up.device_id)) from user_profile as up,question_practice_detail as qpd,question_detail as qd where up.device_id=qpd.device_id and qd.question_id=qpd.question_id group by university,difficult_level order by university

全部评论

相关推荐

04-03 15:12
已编辑
门头沟学院 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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