Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.8.1.2
-
Normal
Description
Any of these RDBMS support the SQL standard statistics functions STDDEV_POP, STDDEV_SAMP, VAR_POP, VAR_SAMP:
- DB2 (only STDDEV, VARIANE)
- H2
- HSQLDB
- Ingres
- MySQL
- Oracle
- Postgres
- SQL Server (named STDEVP, STDEV, VARP, VAR)
- Sybase ASE
- Sybase SQL Anywhere
These don't:
- Derby
- SQLite
This would be a useful addition for Derby, I think.
An even larger example list of possible statistics aggregate functions is listed in the Postgres documentation:
http://www.postgresql.org/docs/9.0/static/functions-aggregate.html#FUNCTIONS-AGGREGATE-STATISTICS-TABLE
Attachments
Attachments
Issue Links
- is related to
-
DERBY-6991 GROUP_CONCAT / LISTAGG
- Open
-
DERBY-6830 Add user documentation for var_pop(), var_samp(), stddev_pop(), and stddev_samp()
- Closed
- relates to
-
DERBY-672 Re-enable user defined aggregates
- Closed