min
Returns the smallest numeric value.
Information noteNote: This function can be used both as an aggregation function or a numeric
function, depending on the number of arguments.
Arguments
As a numeric function: one or more numeric values.
As an aggregation function: an expression returning numeric values.
Examples
Expression | Result |
---|---|
min(1.5, 60, 35) | 1.5 |