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

MIN

Minimal aggregator and function.

Syntax:

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

See also: MAX, LEAST

Clone this wiki locally