max()

Max

Max Summary The Max function returns the “maximum” value, as defined for numeric, string, and date and time types. Syntax Max(<any data type>) Return Type The return type matches the...

Aggregate Rows

Aggregate functions group rows and provide summary information about those rows, depending on the function used. Common function calls are count(), sum(), avg(), min(), and max(). NOTE: Xactly has ext...