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

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

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

select university,difficult_level,round(count(b.question_id)/count(distinct(b.device_id)),4) avg_answer_cnt
from user_profile a right join question_practice_detail b
on a.device_id = b.device_id
right join question_detail c
on b.question_id = c.question_id
group by university,difficult_level
having university = '山东大学'

总结错误:

在group by中没有加university字段导致报错

group by中出现的字段一定要出现在select中

全部评论

相关推荐

07-24 12:30
湘潭大学 营销
点赞 评论 收藏
分享
牛客83700679...:简历抄别人的,然后再投,有反馈就是简历不行,没反馈就是学历不行,多投多改只要技术不差机会总会有的
点赞 评论 收藏
分享
06-08 22:25
门头沟学院 Java
从零开始的转码生活:这hr不会打开手机不分青红皂白给所有人群发这句话,过一会再给所有人再发一遍,这肯定会有重复的,不管,再过一会再发一遍
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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