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.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ā„¢

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