Previous Topic

Next Topic

MaxNumber - SQL Function

MaxNumber(Num1: Number, Num2: Number[, Num3: Number[,...NumN: Number]]): Number

Returns the maximum number from a list of parameters.

MaxNumber function syntax has these named arguments:

Parameter

Description

Num1

Required. The first number to be compared.

Num2

Required. The second number to be compared.

Num3...NumN

Optional. Additional numbers to be compared.

See Also

SQL Number Functions

Book Contents

Book Index