MAX
Syntax
Description
Returns the maximum of arguments. Arguments must be of the same data type. Supports more than 255 arguments.
Examples
Data type | Column1 | Column2 | MAX returns |
---|---|---|---|
number | 1 | 2 | 2 |
string | a | b | b |
boolean | true | false | true |
date | Jun 22, 2012 06:22:34 | Jun 22, 2012 07:02:16 | Jun 22, 2012 07:02:16 |
Data type | Column1 | MAX returns |
---|---|---|
list | [44,55,22,88,11,55,77] | 88 |