For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi,
I have a table T1 with (id number primary key, name varchar2(10) )
T2 (trans_id number primary key, id number, name varchar2(15));
I want to check if records of T1 with (id) exists in T2.
Please help.