Skip to main content

max

Introduced in: v1.1.0 Aggregate function that calculates the maximum across a group of values. Syntax
Arguments
  • column — Column name or expression. Any
Returned value The maximum value across the group with type equal to that of the input. Any Examples Simple max example
Query
Response
Max with GROUP BY
Query
Response
Note about non-aggregate maximum
Query
Response
Last modified on July 2, 2026