TD_Pivoting Output - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-10-04
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
jmh1512506877710
lifecycle
latest
Product Category
Teradata Vantageā„¢

OutputTable Schema - Only RowsPerPartition

Column Data Type Description
partition_column Same as InputTable Columns copied to output table.
<target_column_name>_<i> or User-specified name Same as target_column Pivoted value. (where i is in range [0, rows_per_partition-1). Columns appear in order specified by TargetColumns argument.
accumulate_column Same as InputTable Columns copied to output table.
OutputTable Schema - PivotColumn only or PivotColumn with Aggregation
Column Data Type Description
partition_column Same as InputTable Columns copied to output table.
<target_column_name>_<pivot_key> or <target_column_name>_<pivot_key_alias>or User-specified name Same as target_column Pivoted value or Aggregated value. Columns appear in order specified by TargetColumns argument and pivot keys.
accumulate_column Same as InputTable Columns copied to output table.

OutputTable Schema - RowsPerPartition with Aggregation or Aggregation only

Column Data Type Description
partition_column Same as InputTable Columns copied to output table.
<target_column_name>_combined or User-specified name VARCHAR, CLOB Aggregated value. Columns appear in order specified by TargetColumns argument.
accumulate_column Same as InputTable Columns copied to output table.