| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: 3 value logic. Why is SQL so special?
peter koch wrote:
> Bob Badour wrote:
>
>>Chris Lim wrote: >>
>>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.
Read the title of the thread. Received on Wed Sep 20 2006 - 07:21:57 CDT
![]() |
![]() |