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

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

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

select
    tag,
    count(1) as tag_cnt
from
    exam_record a
    left join examination_info b on a.exam_id = b.exam_id
where
    a.uid in (
        select
            uid
        from
            exam_record
        where
            score is not null
        group by
            year (start_time),
            month (start_time),
            uid
        having
            count(1) >= 3
    )
group by
    tag
order by
    count(1) desc

全部评论

相关推荐

07-18 18:05
门头沟学院 Java
挂了 正式批求捞
投递滴滴等公司9个岗位
点赞 评论 收藏
分享
Vincent777...:实习经历可以考虑放上去,对于软件使用方面可以细化一些,比如调整为:熟悉基于LSDYNA的瞬态动力学仿真分析,熟悉基于WORKBENCH的结构拓扑优化
我的简历长这样
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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