Skip to main content

min

Introduced in: v1.1.0 Aggregate function that calculates the minimum across a group of values. Syntax
Arguments
  • column — Column name or expression. Any
Returned value Returns the minimum value across the group with type equal to that of the input. Any Examples Simple min example
Query
Response
Min with GROUP BY
Query
Response
Last modified on June 19, 2026