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

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

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

select university,
        difficult_level,
        count(difficult_level)/count(distinct t1.device_id) as avg_answer_cnt
        from question_practice_detail t1

        join user_profile t2 on t1.device_id=t2.device_id

        join question_detail t3 on t1.question_id=t3.question_id

        where university='山东大学'
        group by difficult_level ;

参照上一题,微调count(),group by,以及增加where条件查询即可。

全部评论

相关推荐

榕城小榕树:1200单休,我去干点啥别的不好
点赞 评论 收藏
分享
小叮当411:应该是1-3个月吧
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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