Example: Returning a TIMESTAMP Value for TIMESTAMP Input - Analytics Database - Teradata Vantage

SQL Date and Time Functions and Expressions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-10-30
dita:mapPath
cpk1628111786971.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
pxz1544241488545
lifecycle
latest
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