Count
Calculates the number of rows having a nonnull value
for the expression. The expression is typically a column name, in which case
the number of rows with nonnull values for that column is returned.
Syntax
Count(numExpr)
Where:
numExpr
Any expression that evaluates to a numerical value.
Comments
Post a Comment