Oracle Aggregate Function Support
TDV supports the aggregate functions listed in the table below for Oracle.
|
Oracle Aggregate Function |
Notes |
|
AVG |
Does not support whole numbers, because Oracle returns floating-point numbers instead of integers in the result. |
|
CORR |
Versions 9i, 10g, and 11g. |
|
COUNT |
BLOB and CLOB not supported. In 9i, 10g, and 11g, also not supported: BFILE, LONG, LONG RAW, LONGVARCHAR, NCLOB, or VARBINARY. |
|
COVAR_POP |
Versions 9i, 10g, and 11g. |
|
COVAR_SAMP |
Versions 9i, 10g, and 11g. |
|
factorial sign (!) |
Argument can be any whole number. |
|
LISTAGG |
Version 11g. |
|
MAX |
|
|
MIN |
|
|
PERCENTILE_CONT |
Versions 9i, 10g, and 11g. |
|
PERCENTILE_DISC |
Versions 9i, 10g, and 11g. |
|
SUM |
|