Skip to content
Mathias Rangel Wulff edited this page Jun 12, 2015 · 3 revisions

Keyword MAX

Maximal aggregator and function.

Syntax:

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

See also: MIN, GREATEST

Clone this wiki locally