MIN
Returns the minimum value among the non-NULL input expressions.
Syntax
MIN(expression any primitive) → same as input
expression: Input expression.
Examples
Aggregate function example
MIN(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