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

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

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

select university,difficult_level,round(count(b.question_id)/count(distinct(b.device_id)),4) as avg_answer_cnt from user_profile a
left join question_practice_detail b
on a.device_id = b.device_id
left join question_detail c 
on b.question_id = c.question_id
group by university,difficult_level
having difficult_level is not null

(count(b.question_id)/count(distinct(b.device_id)) 分子只能是b. 但是分母可以是a. 也可以是b.

分子分母中的b.不能不写

全部评论

相关推荐

牛客583549203号:腾讯还好,况且实习而已,实习生流动性很大,属于正常现象,记得和HR委婉解释
点赞 评论 收藏
分享
重生我想学测开:嵌入式的问题,我准备入行京东外卖了
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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