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!

Recursive Query

65728Jul 5 2002
let i have 2 tables, table 1 say x1 has follwoing fields, id, name. The second table has follwoing fields, id, parent id. The id and parent_id are foreign key from table 1, and in table 2 they have inner join(like empno, mgr in emp table). Now i know that i can get recursive data by using connect by query, but what additional i need if i need the name field w.r.t id field of first table as resursive querry does not work for two tables.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 13 2002
Added on Jul 5 2002
10 comments
474 views