Mysql
 sql >> Database >  >> RDS >> Mysql

Sottointerrogazione MySQL - MySQL 3.23

select em.emp_id, em.first_name
from emp_master em left join passport_details pd
    on pd.emp_id = em.emp_id and pd.status = 1
where pd.emp_id is null

Non ho un'istanza 3.23 con cui testare, ma dovrebbe funzionare.