Max(value1, value2, …, valueN)

Returns the maximum value.

Parameters

value:
The value to check. All values must be of the same type as value1. Null values are ignored.

Returns

The result is of the same type as value1.

Remarks

Examples