Skip to main content Skip to complementary content

arrayMin

Returns the lowest value in the array.

Arguments

Array of numeric values.

Examples

Find the lowest temperature in an array:
FROM weather_data
SELECT {
  date,
  min_temp = arrayMin(temperatures)
}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!