| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Much Ado about Nothing
David Cressey says...
>Every occurrence of an SQL NULL can be construed as a consequence of an
>outer join.
Here is a formal way to do that:
Given a table T=(c1, c2, ..., cN)
T' :=
select P.pk, c1, c2, ..., cN from P, T1, T2, ..., TN
where T1.pk(+) = P.pk
..
TN.pk(+) = P.pk
Received on Tue Mar 06 2001 - 18:01:38 CST
![]() |
![]() |