PTCruiserII
Programmer
Does anyone know the Oracle 9i FULL OUTER JOIN syntax and also how can I simulate this FULL Outer JOIN in ORACLE8i.
Would I use something like:
Select ... Where a.f1=b.f1(+) or a.f1(+)=b.f1
or would a UNION work
Select ... Where a.f1=b.f1(+) UNION
Select ... where a.f1(+)=b.f1
Any gurus out there?
Would I use something like:
Select ... Where a.f1=b.f1(+) or a.f1(+)=b.f1
or would a UNION work
Select ... Where a.f1=b.f1(+) UNION
Select ... where a.f1(+)=b.f1
Any gurus out there?