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, 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