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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.