MAX

Syntax

MAX (<any>,<any>,...)

Description

Returns the maximum of arguments. Arguments must be of the same data type. Supports more than 255 arguments.

Examples

Data typeColumn1Column2MAX returns
number122
stringabb
booleantruefalsetrue
dateJun 22, 2012 06:22:34Jun 22, 2012 07:02:16Jun 22, 2012 07:02:16
Data typeColumn1MAX returns
list[44,55,22,88,11,55,77]88