ARRAY_AGGREGATE
array_aggregate(list, function_name, …)
Section titled “array_aggregate(list, function_name, …)”- list: ANY[]
- function_name: VARCHAR
Example
Section titled “Example”SELECT array_aggregate([1, 2, NULL], 'min');SELECT array_aggregate([1, 2, NULL], 'min');