min()

Min

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

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...