COUNT
Aggregate function
Description
The COUNT function counts the rows defined by the expression.
COUNT
and APPROXIMATE COUNT
are fully supported in Snowflake by COUNT
and APPROX_COUNT_DISTINCT
.
For more information about quoted identifiers in functions, click here.
Grammar Syntax
Sample Source Patterns
Setup data
Input Code:
IN -> Redshift_01.sql
Output Code:
OUT -> Redshift_01.sql
Known Issues
No issues were found.
Related EWIs
There are no known issues.
Last updated