Counts the number of rows in a group, depending on the specified parameters.
Parameter |
Description |
---|---|
* |
Returns the number of rows in each group. |
expression |
Returns the number of rows in each group where expression is not the NULL value. |
DISTINCT column-name |
Returns the number of different values in column-name. Rows where the value is the NULL value are not included in the count. |
Count()
INT