ARRAY_AGG
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?

