MIN
The minimum value in the time window.
Syntax
MIN(VALUE)
Arguments
VALUE:
An expression of any type (INTEGER/STRING/DATE) that can be ordered.
Returns
The result type matches the type of the argument.
Example
Data
Query
Find the lowest score of each user/level:
Results
Related Functions
MAX MIN_BY MIN_EACH MIN_TIME_SERIES
Dialog
Last updated