Hi Team,
I want to trigger the below query in ODI Procedure but I don't know how to do that since both tables resides on different databases:
Query Is:
select * from SYSTEMB TRG where not exists (select * from SYSTEMA SRC
where trg.store = src.store and trg.item = src.item)
SystemA and SystemB tables both are in two different databases.
Could you please help me in this.
Thanks
Regards,
Jiten