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, ROUND returns a TIMESTAMP value when the input data type is TIMESTAMP.

SELECT ROUND( cast('2003-08-17 12:15:23+05:00' as timestamp with time zone),'HH24');

Result:

ROUND('2003-08-17 12:15:23+05:00','HH24')
-----------------------------------------
         2003-08-17 12:00:00.000000+05:00