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

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

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

select university,count(user_profile.device_id)/count(distinct(question_practice_detail.device_id)) as avg_answer_cnt from user_profile right join question_practice_detail on user_profile.device_id=question_practice_detail.device_id group by university order by university

全部评论

相关推荐

内向的柠檬精在研究求...:西北大学,东北大学,有没有南北大学,北北大学
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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