How to: |
With two or more arguments, GREATEST returns the largest (maximum-valued) argument. The arguments are compared using the following rules:
GREATEST(value1, value2, ... , valuen)
where:
Numeric or alphanumeric
Are the values to be compared.
GREATEST returns the largest argument.
GREATEST(X,Y,Z)
For X=2, Y=0, and Z=-1, the result is 2.
For X='B', Y='A', and Z='C', the result is 'C'.
WebFOCUS | |
Feedback |