Subject | Re: [firebird-support] * vs fieldname |
---|---|
Author | Magnus Titho |
Post date | 2007-09-13T13:43:31Z |
Nick Upson wrote:
selected field is null, count(*) counts all records regardless of their
value/state.
--
Magnus
> Is there any time where there is an effective difference between:Yes, count(myfieldname) doesn't count the record if the value for the
>
> select count(*) from ...
>
> and
>
> select count(myfieldname) from ...
>
selected field is null, count(*) counts all records regardless of their
value/state.
--
Magnus