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

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