Subject | RE: [firebird-support] * vs fieldname |
---|---|
Author | Sasha Matijasic |
Post date | 2007-09-13T13:44:31Z |
>Yes, count(field) skips nulls, count(*) is "true" row count, nulls or not.
> Is there any time where there is an effective difference between:
>
> select count(*) from ...
>
> and
>
> select count(myfieldname) from ...
>
Sasha