Hi Doug,
Try the below code. It will work.
delete from "MYDB"."TYS_TEST2" t1
where exists
(select 1 from "MYDB"."Tys_xref" t2 where t1.SOURCE_VALUE=t2.SOURCE_VALUE and t1.TARGET_VALUE=t2.TRAGET_VALUE);
Thanks
kala
Hi Doug,
Try the below code. It will work.
delete from "MYDB"."TYS_TEST2" t1
where exists
(select 1 from "MYDB"."Tys_xref" t2 where t1.SOURCE_VALUE=t2.SOURCE_VALUE and t1.TARGET_VALUE=t2.TRAGET_VALUE);
Thanks
kala