Skip to content

grouping

function grouping(column): Column;

Defined in: functions/aggregate.ts:198

Indicates whether a specified column in a GROUP BY list is aggregated or not. Returns 1 for aggregated or 0 for not aggregated.

ParameterType
columnColOrName

Column