Código SQL [-] Select t1.* From tabla1 t1 left join tabla2 t2 on (t1.campo1=t2.campo1 and t1.campo2=t2.campo2 and t1.campo3=t2.campo3) Where t2.campo1 is null
Select t1.* From tabla1 t1 left join tabla2 t2 on (t1.campo1=t2.campo1 and t1.campo2=t2.campo2 and t1.campo3=t2.campo3) Where t2.campo1 is null