Count Summary The Count aggregate function tallys the number of input rows for a given SELECT statement. Syntax Count(*) Return Type Long Details Connect’s xSQL dialect allows for implicit GRO...
count()
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...