题解 | 查询培训指定课程的员工信息

with temp as(

    select
        case when course like '%course3%' then 1 else 0 end as course_3,
        a.staff_id,
        staff_name
        from staff_tb a inner join cultivate_tb b  
        on a.staff_id=b.staff_id
)

select 
    staff_id,
    staff_name
    from  temp where course_3=1

全部评论

相关推荐

2024-12-17 23:56
清华大学 算法工程师
百度 职级t4 n*16+10签字费
点赞 评论 收藏
分享
评论
1
收藏
分享
牛客网
牛客企业服务