ARRAY_AGG
This section contains reference documentation for the ARRAY_AGG function.
Concatenates the input values into an array.
Signature
ARRAY_AGG(dataColumn, 'dataType', [isDistinct])
Usage Examples
firstNames
Bob,Nick,Lucy
Last updated