Details
-
New Feature
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
None
-
ALL
Description
Add support for maximum, minimum, average, and standard deviation queries. Something like the following in SQL:
SELECT MAX(column) from table;
SELECT MIN(column) from table;
SELECT AVG(column) from table;
SELECT STDDEV(column) from table;