You can use the (+) operator for outer join in 8i:
select count(*) from TABLE1 a, TABLE2 b
where a.ID1 = b.ID2(+);
Oracle 9i supports the ANSI standard n this regard.
|
Results 1 to 6 of 6
Thread: ANSI std not supportedThreaded View
|
Click Here to Expand Forum to Full Width |