Skip to content
Andrey Gershun edited this page May 27, 2015 · 3 revisions

MAX

Maximal aggregator and function.

Syntax:

    MAX([DISTINCT] expression) -- aggregator
    MAX(expression1, expression2, ...) -- function

See also: MIN, GREATEST

Clone this wiki locally