@sqlrooms/mosaic / vg / stringAgg
Function: stringAgg()
stringAgg(
expr):AggregateNode
Compute a string aggregation.
Parameters
| Parameter | Type | Description |
|---|---|---|
expr | ExprValue | The expression to aggregate. |
Returns
AggregateNode
A SQL aggregate function call.
