un left join ...

codice:
select *
from tabella1
left join tabella2 using(id_nom)
where tabella2.id_nom IS NULL