Example: Returning a TIMESTAMP Value for TIMESTAMP Input - 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ā„¢

In this example, the TruncRoundReturnTimestamp DBS Control field is set to TRUE; therefore, TRUNC returns a TIMESTAMP value when the input data type is TIMESTAMP.

SELECT TRUNC(cast('2000-08-04 22:00:00-05:00' as timestamp with time zone), 'DD');

Result:

TRUNC('2000-08-04 22:00:00-05:00','DD')
---------------------------------------
       2000-08-04 00:00:00.000000-05:00