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