-
Type:
New Feature
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
-
Environment:ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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;