Previous Topic

Next Topic

MinNumber - SQL Function

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

Returns the minimum number from a list of parameters.

MinNumber 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