| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: 3 value logic. Why is SQL so special?
Chris Lim wrote:
> Bob Badour wrote:
>
>>SQL never will, which is ultimately why SQL is irrelevant.
I can only conclude that you are either a neophyte or a dilettante. The problems with NULL are legion and very well documented elsewhere.
NULL confuses reasonably intelligent people because it breaks important identities those people have been conditioned to expect such as:
SUM(A) + SUM(B) = SUM(A+B)
select sum(a) from atable; select sum(b) from atable; select sum(a+b) from atable;
In the presense of NULL, those queries violate the identity above. Received on Tue Sep 19 2006 - 00:05:51 CDT
![]() |
![]() |