TD_NORMALIZE_MEET | SQL Date/Time Functions & Expressions | Teradata Vantage - TD_NORMALIZE_MEET - Advanced SQL Engine - Teradata Database

SQL Date and Time Functions and Expressions

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-24
dita:mapPath
xmd1556127764262.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1211
lifecycle
previous
Product Category
Teradata Vantageā„¢

Combines the rows whose Period values meet so that the resulting normalized row contains the earliest beginning bound and the latest ending bound from the Period values of all the rows involved.

Syntax

[TD_SYSFNLIB.] TD_NORMALIZE_MEET ( grouping_column_list, period_column )
grouping_column_list
One or more grouping columns, not including the Period column. You must specify the input as a dynamic UDT.
period_column

An expression that results in a DATE, TIMESTAMP, or TIMESTAMP WITH TIME ZONE value.

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