Ordered Analytical Functions Window Feature | VantageCloud Lake - Window Feature - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
The ANSI SQL:2011 window feature provides a way to dynamically define a subset of data, or window, in an ordered relational database table. A window is specified by the OVER() phrase, which can include the following clauses inside the parentheses:

To see the syntax for the OVER() phrase and the associated clauses, see Window Aggregate Functions.

The window specification can also be applied to a user-defined aggregate function. For details, see SQL UDF.