Date and Time Data Types - Access Module

Teradata® Tools and Utilities Access Module Reference

Product
Access Module
Release Number
16.20
Published
November 2020
Language
English (United States)
Last Update
2020-11-18
dita:mapPath
igy1527114222333.ditamap
dita:ditavalPath
igy1527114222333.ditaval
dita:id
B035-2425
lifecycle
previous
Product Category
Teradata Tools and Utilities
Two columns are synthesized as follows:
  • The date portion can be copied to a DATE, and the column name is shown as ColumnName_DATE.
  • The time portion can be copied to a TIME, and the column name is shown as ColumnName_TIME.

A number can be appended to the new column names as needed to create unique names. For example, if ColumnName_DATE already exists in the table, ColumnName_DATE_2 can be used as the new column name. You can copy the date and time to a TIMESTAMP data type.

If the data source already contains a column named ColumnName_DATE or ColumnName_TIME, the Teradata Access Module for OLE DB adds a number to the new column names to maintain unique names for the new columns; for example, ColumnName_DATE_2.