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

MySQL seleziona dove non nella tabella

Penso che la tua ultima affermazione sia il modo migliore. Puoi anche provare

SELECT A.*    
from A left join B on 
    A.x = B.y
    where B.y is null