──MIN(number─┬───────────┬─)─────── │┌─────────┐│ │ ││ └┴─,number─┴┘
MIN returns the smallest number from the list specified, formatted according to the current setting of NUMERIC DIGITS. Up to 20 numbers can be specified, although calls to MIN can be nested if more arguments are needed.
Here are some examples:
MIN(12,6,7,9) -> 6 MIN(17.3,19,17.03) -> 17.03 MIN(-7,-3,-4.3) -> -7