MIN
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the minimum value in a group of values.
Syntax
|
Notes
- Specifying
DISTINCThas no effect on the result. - The argument column_ref or expression can be of any type.
- The result of the function is of the same data type as that of the argument.
- The result is
NULLif the result set is empty or contains onlyNULLvalues.
Example
This
example illustrates the MIN function:
|