Array functions
ARRAY_MIN
Reference material for ARRAY_MIN function
Returns the minimum element in an array.
Syntax
Parameters
Parameter | Description | Supported input types |
---|---|---|
<array> | The array or array-type column to be checked | ARRAY |
Return Type
Same as the element type of the array.
Example
The following example calculates the minimum number in the levels
array:
Returns: 1