SELECT elenco_campi
FROM tabella1 LEFT JOIN tabella2 ON tabella1.id=tabella2.id
WHERE tabella2.id IS NULL