The count function is an aggregation function and returns the amount of rows fetched from the dataset.
Return Type | Number |
---|---|
Aggregates | Yes |
Flags | Aggregation |
Parameters: count(value)
Name | Type | Description |
---|---|---|
value | Dynamic | The values which will be counted (Does not count NULL values). |
Hint: Count can be called without any parameters which will result in counting the rows.