codice: select * from tabellaA left join tabellaB on tabellaA.id = tabellaB.idA where tabellaB.idA is null
select * from tabellaA left join tabellaB on tabellaA.id = tabellaB.idA where tabellaB.idA is null
Regole del Forum