题解 | #统计每个学校各难度的用户平均刷题数#

统计每个学校各难度的用户平均刷题数

https://www.nowcoder.com/practice/5400df085a034f88b2e17941ab338ee8

select
    t1.university,
    t3.difficult_level,
    round(count(t1.answer_cnt)/count(distinct t1.answer_cnt),4) avg_answer_cnt
from
    user_profile t1
left join
    question_practice_detail t2
on 
    t1.device_id = t2.device_id
left join
    question_detail t3
on 
    t2.question_id = t3.question_id
where 
    t3.question_id is not null
group by
    t1.university,
    t3.difficult_level

全部评论

相关推荐

在备战秋招的蛇:这波和id配合得不是很好
点赞 评论 收藏
分享
昨天 21:00
门头沟学院 Java
吃花椒的狸猫:这个人说的倒是实话,特别是小公司,一个实习生哪里来的那么多要求
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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