题解 | 查询职位发布时间在2021年后或职位城市为上海

查询职位发布时间在2021年后或职位城市为上海的job_id, boss_id, company_id

https://www.nowcoder.com/practice/8beaed9f153d4f65acda4db12ae55ddd

select
    job_id,
    boss_id,
    company_id
from
    (
        select
            job_id,
            boss_id,
            company_id,
            job_city
        from
            job_info
        where
            year (post_time) >= '2021'
        union
        select
            job_id,
            boss_id,
            company_id,
            job_city
        from
            job_info
        where
            job_city = '上海'
        order by
            job_city
    ) a

全部评论

相关推荐

昨天 11:35
门头沟学院 Java
谁知道这是为什么吗,有没有懂的佬给讲讲
理智的小饼干又熬夜了:鹅打电话问我参不参加后台提前批,说是有的但还没放官网
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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