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

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

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

select 
  t1.university,
  t3.difficult_level,
  round(count(t2.question_id)/count(distinct(t2.device_id)),4) as avg_answer_cnt
from 
  user_profile as t1,
  question_practice_detail as t2,
  question_detail as t3
where t1.university = "山东大学" 
      and t1.device_id = t2.device_id
      and t2.question_id = t3.question_id
group by t3.difficult_level

全部评论

相关推荐

不愿透露姓名的神秘牛友
07-18 18:23
点赞 评论 收藏
分享
程序员小白条:你是沟通了900个,不是投了900份简历,你能投900份,意味着对面都要回复你900次,你早就找到实习了,没亮点就是这样的,别局限地区,时间投的也要早,现在都要7月了
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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