Analytic Functions on Advanced SQL Engine and Aster Database - Teradata® Database

Database Analytic Functions

Product
Teradata® Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-28
dita:mapPath
Teradata_Vantage™___Advanced_SQL_Engine_Analytic_Functions.withLogo_upload_July2021/wnd1589838592459.ditamap
dita:ditavalPath
Teradata_Vantage™___Advanced_SQL_Engine_Analytic_Functions.withLogo_upload_July2021/ayr1485454803741.ditaval
dita:id
B035-1206
lifecycle
previous
Product Category
Teradata Vantage™

The following table summarizes the differences between analytic functions on Advanced SQL Engine and Aster Database.

Advanced SQL Engine Analytic Function Aster Database Analytic Function
PARTITION BY clause lets you specify a column by its position, an integer. PARTITION BY 1 partitions rows by column 1. PARTITION BY clause accepts only column names. PARTITION BY 1 causes the function to process all rows on a single worker node.
For table operator output, an alias is required. For function output, an alias is optional.
To specify function syntax elements, you must use a USING clause. Function syntax does not include USING clause.
Function syntax elements do not support column ranges. Function syntax elements support column ranges.