sum_distinct
function sum_distinct(column): Column;Defined in: functions/aggregate.ts:49
Returns the sum of distinct values in the expression.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
function sum_distinct(column): Column;Defined in: functions/aggregate.ts:49
Returns the sum of distinct values in the expression.
| Parameter | Type |
|---|---|
column | ColOrName |