Previous Topic

Next Topic

Book Contents

Book Index

Examples

Assume the following for the examples below:

Table 187 Values for MAX Function Examples

Variable

Value

SALARY_1

5660

SALARY_2

7122.50

Table 188 MAX Function Examples

Function

Returns value:

MAX(3,9,4.25)

9

MAX(5200,SALARY_1,SALARY_2)

7122.50

Parent Topic

MAX: Functions