select staff_id,staff_name from staff_tb where staff_id in (select staff_id from cultivate_tb where course like '%course3%') order by staff_id
包含course3 想到like
select staff_id,staff_name from staff_tb where staff_id in (select staff_id from cultivate_tb where course like '%course3%') order by staff_id
包含course3 想到like