Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Left Outer Joins On Same Table

Status
Not open for further replies.

itorient

Technical User
Feb 20, 2004
29
0
0
US
Just wondering if it is possible to have multiple joins on the same table in Oracle. If not, what is the possible workaround? Thanks in advance for any assitance.
 
IT,

If you can post the simplest example of what you want, I'll try to post a solution for you.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
@ 16:02 (16Feb05) UTC (aka "GMT" and "Zulu"),
@ 09:02 (16Feb05) Mountain Time

Do you use Oracle and live or work in Utah, USA? Then click here to join Utah Oracle Users Group on Tek-Tips.
 
In table1, I want to use one field LEFT OUTER JOINED (+) with table2 and in table1, I use another field to LEFT OUTER JOIN (+) to table2 and one last field in table1 LEFT OUTER JOIN (+) to table3. I received an error saying "it only allows 1 most outer join". It worked in SQL SERVER. Thanks for the assistance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top