create MAX, MIN, AVG, STDDEV query operators

XMLWordPrintableJSON

    • 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;

            Assignee:
            Unassigned
            Reporter:
            Matt Reid
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: