Skip to Main Content

SQL & PL/SQL

Announcement

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!

EXISTS IN FOREIGN KEY TABLE

997766Mar 23 2015 — edited Mar 24 2015

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 21 2015
Added on Mar 23 2015
16 comments
942 views