<< Click to Display Table of Contents >> Navigation: Apollo SQL > Aggregate Functions > Aggregate Functions |
Apollo SQL supports the following aggregate functions:
Returns the average of the values in a specified column or an expression. |
|
Counts the number of rows retrieved by a SELECT statement. |
|
Calculates the largest value for a numeric column. |
|
Calculate the smallest value for a numeric column. |
|
Computes the standard deviation. |
|
Returns the sum of all values in a column. |
See Also
Arithmetic Functions, Conditional Functions, String Functions