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

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

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

select
  university,
  difficult_level,
  sum(date) / count(u.device_id) avg_answer_cnt
from
  (
    select
      *
    from
      user_profile
    where
      university = '山东大学'
  ) u,
  (
    select
      device_id,
      COUNT(a.question_id) date,
      difficult_level
    from
      question_practice_detail a,
      question_detail b
    where
      a.question_id = b.question_id
    group by
      device_id,
      difficult_level
  ) p
where
  u.device_id = p.device_id
group by
  difficult_level;
全部评论

相关推荐

头像
04-17 09:29
已编辑
湖南农业大学 后端
睡姿决定发型丫:本硕末9也是0offer,简历挂了挺多,只有淘天 美团 中兴给了面试机会,淘天二面挂,美团一面kpi面,中兴一面感觉也大概率kpi(虽然国企,但一面0技术纯聊天有点离谱吧)
点赞 评论 收藏
分享
后来123321:别着急,我学院本大二,投了1100份,两个面试,其中一个还是我去线下招聘会投的简历,有时候这东西也得看运气
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务