select sb.staff_id, sb.staff_name from staff_tb sb inner join cultivate_tb cb on sb.staff_id=cb.staff_id where course like "%course3%"
select sb.staff_id, sb.staff_name from staff_tb sb inner join cultivate_tb cb on sb.staff_id=cb.staff_id where course like "%course3%"