题解 | #统计每个用户的平均刷题数#

统计每个用户的平均刷题数

https://www.nowcoder.com/practice/f4714f7529404679b7f8909c96299ac4

select university,difficult_level,
count(qpd.device_id)/count(distinct qpd.device_id) as avg_answer_cnt
from question_practice_detail qpd
left join question_detail q
on qpd.question_id = q.question_id
left join user_profile u
on qpd.device_id = u.device_id
where university = '山东大学'
group by q.difficult_level

全部评论

相关推荐

07-28 00:10
已编辑
门头沟学院 算法工程师
码农索隆:这哥们库库在我帖子下评论
点赞 评论 收藏
分享
06-18 20:07
中南大学 C++
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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