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

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

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

select up.device_id,
       up.university,
       count(qpd.result) as question_cut,
       sum(if(qpd.result='right',1,0)) as right_question_cut
from user_profile as up
left join question_practice_detail qpd on up.device_id = qpd.device_id
where up.university='复旦大学' and (month(qpd.date)=8 or qpd.result is null ) group by up.device_id, up.university

全部评论

相关推荐

秋盈丶:后续:我在宿舍群里和大学同学分享了这事儿,我好兄弟气不过把他挂到某脉上了,10w+阅读量几百条评论,直接干成精品贴子,爽
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务