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