Previous Topic

Next Topic

Book Contents

Book Index

Examples

Assume the following for the examples below:

Table 190 Values for MIN Function Example

Variable

Value

SALARY_1

5660

SALARY_2

7122.50

Table 191 Values for MIN Function Example

Function

Returns value:

MIN(3,9,4.25)

3

MIN(5200,SALARY_1,SALARY_2)

5200

Parent Topic

MIN: Functions