MAX
Syntax
<max-expression> := 'MAX(' <Number> { ',' <Number> } ')'
Since
1.0
Return-type
Double
Description
The MAX-function returns the greatest value of all values passed as argument. NULL values are not included into the comparison. If all arguments are NULL, the functions returns NULL.
Examples
MAX( Amount( LEVEL( Time, 3 ) )
Returns the greatest Amount for all days
See also
ADD, AVG, MIN, SUM
