Hi Vamsi,
LEFT and RIGHT in ANSI syntax refer to the position of the table name in the JOIN.
"a left b" is the same as "b right a", in both cases a is the outer table and b is the inner table (joined or padded with NULLs).
And this is (+) in Oracle syntax.
Dieter
↧