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

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

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

全部评论

相关推荐

程序员小白条:你是沟通了900个,不是投了900份简历,你能投900份,意味着对面都要回复你900次,你早就找到实习了,没亮点就是这样的,别局限地区,时间投的也要早,现在都要7月了
点赞 评论 收藏
分享
06-12 10:50
携程_java
小新ai:我还以为验证码呢,有零有整的
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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