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

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

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

select device_id,university,count(question_id),count(if(result='right',question_id,null))
from
(select u.device_id,u.university,qp.question_id,qp.result,qp.date
from user_profile u
left join question_practice_detail qp
on u.device_id = qp.device_id
where u.university = '复旦大学' and (qp.date like '2021-08%' or date is null)
) t
group by device_id,university

全部评论

相关推荐

我已成为0offer的糕手:别惯着,胆子都是练出来的,这里认怂了,那以后被裁应届被拖工资还敢抗争?
点赞 评论 收藏
分享
10-18 13:01
已编辑
西安理工大学 C++
小米内推大使:建议技能还是放上面吧,hr和技术面试官第一眼想看的应该是技能点和他们岗位是否匹配
点赞 评论 收藏
分享
11 6 评论
分享
牛客网
牛客企业服务