题解 | #月均完成试卷数不小于3的用户爱作答的类别#题目有歧义,当月均完成数定义不清

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

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

select tag,count(1) as tag_cnt
from exam_record t1
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(1)/count(distinct date_format(start_time,'%Y%m')) >= 3
    )
group by tag
order by tag_cnt desc


全部评论

相关推荐

兄弟们,实习都是在接各种api,该怎么包装简历
仁者伍敌:感觉我自己做小项目也是各种api啊,我要怎么包装简历
点赞 评论 收藏
分享
深夜书店vv:腾讯是这样的,去年很多走廊都加桌子当工区
点赞 评论 收藏
分享
仁者伍敌:牛子这些人还会点一个自动回复,boss都不带回复的
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

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