Example: Converting a Numeric Integer Expression to a Date Format - Advanced SQL Engine - Teradata Database

SQL Data Types and Literals

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
tpf1598412463935.ditamap
dita:ditavalPath
tpf1598412463935.ditaval
dita:id
B035-1143
lifecycle
previous
Product Category
Teradata Vantageā„¢

This example casts the numeric integer expression to a date format.

SELECT CAST (1071201 AS DATE);

The result looks like this when the DateForm mode of the session is set to ANSIDate:

   1071201
----------
2007-12-01