select a.staff_id,staff_name from staff_tb a right join (select info_id,staff_id from cultivate_tb where find_in_set('course3',course)>0) b on a.staff_id=b.staff_id