SELECT s.staff_id ,staff_name FROM staff_tb s LEFT JOIN cultivate_tb c ON s.staff_id=c.staff_id WHERE if(course like '%3%',1,0)=1 ORDER BY staff_id