Oracle Analytic Aggregate Function Support
TDV supports the analytic aggregate functions listed in the table below for Oracle.
Analytic functions are commonly used in data warehousing environments. They are all push-only functions.
|
Oracle Analytic Aggregate Function |
Notes |
|
LAST_VALUE |
Versions 9i, 10g, and 11g. |
|
PERCENTILE_CONT |
Versions 9i, 10g, and 11g. |
|
PERCENTILE_DISC |
Versions 9i, 10g, and 11g. |
|
STDDEV |
|
|
STDDEV_POP |
|
|
STDDEV_SAMP |
|
|
VAR_POP |
Same as VARIANCE_POP. |
|
VAR_SAMP |
Same as VARIANCE_SAMP. |
|
VARIANCE |
Versions 9i. |
|
VARIANCE_POP |
|
|
VARIANCE_SAMP |
|