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

重点是月平均完成考试的数目大于等于三。

select t2.tag,count(t1.exam_id) tag_cnt
from  exam_record t1
left join examination_info t2
on t1.exam_id = t2.exam_id
where uid 
        in  (select uid  from exam_record
             where submit_time is not null
        group by uid having count(score)/count(DISTINCT DATE_FORMAT(start_time,"%Y%m"))>=3
         ) 
group by tag
order by tag_cnt desc
全部评论

相关推荐

一天代码十万三:实习东西太少了,而且体现不出你业务,3个月不可能就这点产出吧,建议实习多写点,玩具项目面试官都不感兴趣的
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务