题解 | #统计每个学校的答过题的用户的平均答题数#

统计每个学校的答过题的用户的平均答题数

http://www.nowcoder.com/practice/88aa923a9a674253b861a8fa56bac8e5

select t2.university, round(avg(cnt), 4) as avg_answer_cnt from ( # 先统计每个学生的答题数量 select device_id, count(question_id) as cnt from question_practice_detail group by device_id ) t1 left join user_profile t2 on t1.device_id = t2.device_id group by t2.university order by t2.university;

全部评论

相关推荐

牛客769922382号:轮到大佬给公司发感谢信了,想想就爽
点赞 评论 收藏
分享
头像
09-12 16:00
已编辑
山西大学 后端
感受我的光:Ai自动剔除非目标院校
投递能链集团等公司10个岗位
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务