distinct_count(), dc()
Table of Contents
Definition
distinct_count()
and its abbreviation dc()
calculates the distinct values for the selected table column. The values in table column are processed as strings.
You can use distinct_count()
with transform commands that support aggregations.