[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| MIN |
+---------------------------------+
MIN(<expr1>, <expr2>
[, <expr3> ... ])
-----------------------------------
Returns smallest expression from a list of expressions.
Return value - Character, Date or Numeric
-----------------------------------
<expr1>, <expr2> [, <expr3> ... ]
Set of expressions of same type to be evaluated.
+---------------------------------+
| Examples |
+---------------------------------+
? MIN(54, 39, 40)
? MIN(66, 10*12, PI())
? MIN({07/12/18},DATE())
? MIN('a','abc')
? MIN('a','XYZ')
-----------------------------------
See Also: CALCULATE, MAX()
-----------------------------------
See Also:
CALCULATE
MAX()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson