Skip to content

@sqlrooms/mosaic / vg / stringAgg

Function: stringAgg()

stringAgg(expr): AggregateNode

Compute a string aggregation.

Parameters

ParameterTypeDescription
exprExprValueThe expression to aggregate.

Returns

AggregateNode

A SQL aggregate function call.