TD_SEQUENCED_SUM Syntax - Advanced SQL Engine - Teradata Database

SQL Date and Time Functions and Expressions

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
dzx1591742169550.ditamap
dita:ditavalPath
dzx1591742169550.ditaval
dita:id
B035-1211
lifecycle
previous
Product Category
Teradata Vantageā„¢
[TD_SYSFNLIB.] TD_SEQUENCED_SUM (
  grouping_column_list,
  numeric_column,
  period_column
)

Syntax Elements

grouping_column_list
One or more grouping columns, not including the Period column. You must specify the input as a dynamic UDT.
numeric_column
A numeric column on which SUM() is requested. You must specify the input as a dynamic UDT.
period_column

Any expression that evaluates to a Period data type.

The Period expression must be comparable with the other expression. Implicit casting to a Period data type is not supported.

TD_SYSFNLIB.
Name of the database where the function is located.