TIMESTAMP WITH TIME ZONE Data Type | Data Types and Literals | Teradata Vantage - TIMESTAMP WITH TIME ZONE Data Type - 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ā„¢

Identifies a field as a TIMESTAMP value with a displacement from UTC as defined for the system.

ANSI Compliance

TIMESTAMP WITH TIME ZONE is ANSI SQL:2011 compliant.

Syntax

TIMESTAMP [ ( fractional_seconds_precision ) ]
  WITH TIME ZONE [ attributes [...] ]

Syntax Elements

fractional_seconds_precision
A single digit representing the number of significant digits in the fractional portion of the SECOND field.
Values for fractional_seconds_precision range from zero through six inclusive.
The default precision is six.
attributes
Appropriate data type, column storage, or column constraint attributes.
For specific information, see Core Data Type Attributes and Storage and Constraint Attributes.