arrayAgg
This section contains reference documentation for the ARRAY_AGG function.
Signature
Usage Examples
SELECT ARRAY_AGG(firstName, 'STRING', true) AS firstNames from transcript;firstNames
Last updated
Was this helpful?
This section contains reference documentation for the ARRAY_AGG function.
SELECT ARRAY_AGG(firstName, 'STRING', true) AS firstNames from transcript;Last updated
Was this helpful?
Was this helpful?