Using the FORMAT Phrase to Set TIME or TIMESTAMP Formats - Advanced SQL Engine - Teradata Database

SQL Data Types and Literals

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
zsn1556242031050.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1143
lifecycle
previous
Product Category
Teradata Vantageā„¢

You can use the FORMAT phrase to set the format for a specific TIME or TIMESTAMP column or value. A FORMAT phrase overrides the TIME or TIMESTAMP system format.

Setting a different TIME or TIMESTAMP format for a column with the FORMAT phrase has the same consequences as with any other method:

  • Data entry for that column must be in the new format or the ANSI TIME or TIMESTAMP literal format.
  • To compare or convert strings to TIME or TIMESTAMP values in the column, strings must match that format.

A FORMAT phrase does not change the export data type of TIME or TIMESTAMP values.

For details about using the FORMAT phrase, see FORMAT Phrase and DateTime Formats or FORMAT Phrase, DateTime Formats, and Japanese Character Sets.