Hi,
I need a DELETE that represent the sql below:
SELECT L.pk FROM t1 L LEFT JOIN t2 F ON F.fk = L.pk WHERE F.fk IS NULL
NOT USING SUB-SELECT.
Thanks