The MIN function returns the lesser of two numeric arguments.
The MIN function has the following format:
MIN(int_1, int_2)
The MIN function accepts the following parameters:
int_1 (number)
int_2 (number)
The MIN function returns a number.
Return_value=MIN(-2, 4)
Return_value=-2
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |