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

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

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

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

全部评论

相关推荐

SHC2:春招先狠狠投递,然后你看看能不能申请香港新加坡的一年制master,花不了多少钱,或者现在赶紧去刷一段实习。HR专业考研没必要
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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