Skip to content

ARRAY_AGGREGATE

  • list: ANY[]
  • function_name: VARCHAR
SELECT array_aggregate([1, 2, NULL], 'min');