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

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

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



select e.university,e.difficult_level,count(e.question_id) / count(distinct e.device_id)
from
(select c.*,d.difficult_level 
from
(select a.device_id,a.question_id,
       b.university
from
question_practice_detail a
left join 
user_profile b
on a.device_id=b.device_id)c
join
question_detail d
on c.question_id=d.question_id)e
group by 
e.university,e.difficult_level

全部评论

相关推荐

11-01 20:03
已编辑
门头沟学院 算法工程师
Amazarashi66:这种也是幸存者偏差了,拿不到这个价的才是大多数
点赞 评论 收藏
分享
感性的干饭人在线蹲牛友:🐮 应该是在嘉定这边叭,禾赛大楼挺好看的
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务