NULL values, into an array.
Syntax
Parameters
Return Type
ARRAY of the same type as the input data. If there is no input data, ARRAY_AGG returns NULL.
Example
The following examples use aplayer_information table:
Rows: 3Execution time: 5ms
NULL values:
Rows: 1Execution time: 10.40ms
WHERE filter rejects all rows, ARRAY_AGG returns NULL:
Rows: 1Execution time: 8.85ms