aa.pivot() - Aster R

Teradata Aster® R User GuideUpdate 3

Product
Aster R
Release Number
7.00.02.01
Published
December 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
fop1497542774450.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
fbp1477004286096
lifecycle
previous
Product Category
Software

Use the aa.pivot() function to pivot data stored in rows into columns. The function takes as input a table of data to be pivoted, and it automatically constructs the output schema based on the arguments passed to the function. NULL values are handled automatically by the function.

Database user who will run the "pivot" function must obtain the EXECUTE right on the function before running it.