MIN( ) Function

Example   See Also

Evaluates a set of expressions and returns the expression with the minimum value.

Syntax

MIN(eExpression1, eExpression2 [, eExpression3 ...])

Returns

Character, Numeric, Currency, Double, Float, Date, or DateTime

Arguments

eExpression1, eExpression2 [, eExpression3 ...]

Specify the set of expressions from which you want MIN( ) to return the expression with the lowest value. All the expressions must be of the same type.