| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Celko: help with an experiment
>> see if the following functions both return the same value:
sum(1) and count(*)
For various kinds of selection criteria. <<
That one is easy. If the table is not empty (NULLs will not matter), you get the same answer. If the table is empty, then SUM(1) returns NULL and COUNT(*) returns 0.
It is another verison of this "set as a completed whole" versus "set as a collection of things" problem. Received on Fri Jul 12 2002 - 14:40:25 CDT
![]() |
![]() |