Subject Re: [firebird-support] working of count function
Author Alan J Davies
select count(myfield) from mytable
(optional - where myidentifier=myparameter)

Alan J Davies
Aldis


On 14/10/2010 11:48, nitin_rk17 wrote:
>
>
> I want to know how the count function works
>
>