Oracle guys usually use Oracle native left outer join syntax to do left outer join, such as
cbo@ORCL> select * from t1,t2 where t1.x = t2.x(+);
C X Y [...]
|
||||||
|
Oracle guys usually use Oracle native left outer join syntax to do left outer join, such as cbo@ORCL> select * from t1,t2 where t1.x = t2.x(+); C X Y [...] |
||||||
|
Copyright © 2010 OS & Oracle - All Rights Reserved |
||||||