COUNT(DISTINCT ...)
Counts the number of distinct non-null input values.
Syntax
Arguments
X
X
Type: any
The values to be counted.
Returns
Type: bigint
Returns the number of distinct non-null input values.
Examples
Transformation job example
SQL
Query result
Last updated