Type: Aggregator
Function: MIN
Syntax: MIN(number)
Description: Returns the minimum value for the provided field/expression, for each grouping (set of dimensions).
Sample usage:
MIN(additions)
return the minimum of lines added.MIN(LENGTH(label_names))
returns the minimum number of labels attached to each record.
โ