count-distinct
The count distinct aggregate function can be used to count the number of unique values for some expression over a group.
The below example counts the number of unique customers in the :Order
table.
The count distinct aggregate function can be used to count the number of unique values for some expression over a group.
The below example counts the number of unique customers in the :Order
table.