题解 | #月均完成试卷数不小于3的用户爱作答的类别#

月均完成试卷数不小于3的用户爱作答的类别

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

select tag,count(tag) from exam_record er left join examination_info ei on er.exam_id=ei.exam_id
where uid in (
select uid from exam_record
where submit_time is not null
group by uid,date_format(submit_time,'%Y%m')
having sum(if(submit_time is not null,1,0))>=3
)  
group by tag
order by count(tag) desc;

老实说我感觉这个题目写的让人很迷惑,很容易想成求月平均完成试卷数大于3啊。。。。
全部评论

相关推荐

想踩缝纫机的小师弟练...:不理解你们这些人,要放记录就把对方公司名字放出来啊。不然怎么网暴他们
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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