How to outer join 3 tables?
204832Mar 20 2003 — edited Mar 20 2003Hello,
I would like to do an outer join on 3 tables. Defining LOF as the left outer join operator, this is what I would like to achive:
A LOJ B LOJ C
I guess, Oracle's (+) operator would let me do it. What about using LEFT OUTER JOIN syntax?
regards,
Muzaffer