题解 | #统计复旦用户8月练题情况#

统计复旦用户8月练题情况

https://www.nowcoder.com/practice/53235096538a456b9220fce120c062b3

with t1 as(select
    device_id,
    count(question_id) as question_cnt,
    sum(case when result='right' then 1 else 0 end) as right_question_cnt
from question_practice_detail
where date_format(`date`,'%Y-%m')='2021-08'
group by device_id
)
select
    t2.device_id,
    university,
    ifnull(t1.question_cnt,0),
    ifnull(t1.right_question_cnt,0)
from user_profile as t2
left join t1
on t1.device_id=t2.device_id
where university='复旦大学'

#0offer是寒冬太冷还是我太菜#
全部评论

相关推荐

07-25 10:39
门头沟学院 Java
点赞 评论 收藏
分享
每晚夜里独自颤抖:你cet6就cet6,cet4就cet4,你写个cet证书等是什么意思。专业技能快赶上项目行数,你做的这2个项目哪里能提现你有这么多技能呢
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
07-25 17:26
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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