così che fa?codice:SELECT tabella1.campo1 FROM tabella1 WHERE tabella1.campo2='x' and tabella1.campo1 not in (select tabella2.campo3 from tabella2 where tabella2.campo3=tabella1.campo1 and tabella2.campo4='y') ORDER BY tabella1.campo1
così che fa?codice:SELECT tabella1.campo1 FROM tabella1 WHERE tabella1.campo2='x' and tabella1.campo1 not in (select tabella2.campo3 from tabella2 where tabella2.campo3=tabella1.campo1 and tabella2.campo4='y') ORDER BY tabella1.campo1