MIN
Returns the largest of two values.
Syntax: MIN(
value_1
,
value_2
)
Example: MIN ( 23 , -10 )
Output: -10
Last updated
Was this helpful?
Returns the largest of two values.
Syntax: MIN(
value_1
,
value_2
)
Example: MIN ( 23 , -10 )
Output: -10
Last updated
Was this helpful?