Category:
Mathematical
Returns the smaller of two numbers.
Syntax
min(
x Numeric,
y Numeric
): Numeric
Parameters
x is the first number.
y is the second number.
Return value
Type: Numeric.
Examples of using
min(15.2, 17)
Database Tour ![]() |
![]() ![]() |
min function |
Category:
Mathematical
Returns the smaller of two numbers.
min(
x Numeric,
y Numeric
): Numeric
x is the first number.
y is the second number.
Type: Numeric.
min(15.2, 17)