codice: select nome from tab1 left join tab2 on tab1.nome = tab2.nome where tab2.nome is null
select nome from tab1 left join tab2 on tab1.nome = tab2.nome where tab2.nome is null
Regole del Forum