MIN

Syntax

MIN(<any>,<any>,...)

Description

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

Examples

Data typeColumn1Column2MIN returns
number121
stringaba
booleantruefalsefalse
dateJun 22, 2012 06:22:34Jun 22, 2012 07:02:16Jun 22, 2012 06:22:34
Data typeColumn1MIN returns
list[44,55,22,88,11,55,77]11