MAX
Returns the maximum value among the non-NULL input expressions.
Syntax
MAX(expression any primitive) → same as input
expression: Input expression.
Examples
Aggregate function example
MAX(expression any primitive) → same as input
expression: Input expression.
Examples
Window function example
Usage Notes
For information about the data types that are supported in Spice, see Data Types.
Last updated