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 |
|
|
COUNT |
BLOB and CLOB not supported. In version 11g, also not supported: BFILE, LONG, LONG RAW, LONGVARCHAR, NCLOB, or VARBINARY. |
|
COVAR_POP |
|
|
COVAR_SAMP |
|
|
factorial sign (!) |
Argument can be any whole number. |
|
LISTAGG |
|
|
MAX |
|
|
MIN |
|
|
PERCENTILE_CONT |
|
|
PERCENTILE_DISC |
|
|
SUM |
|