SQLStatistics - ODBC Driver for Teradata

ODBC Driver for Teradata® User Guide

Product
ODBC Driver for Teradata
Release Number
16.20
Published
August 2020
Language
English (United States)
Last Update
2020-08-25
dita:mapPath
fxv1527114222338.ditamap
dita:ditavalPath
Audience_PDF_product_legacy_odbc_include.ditaval
dita:id
B035-2526
lifecycle
previous
Product Category
Teradata Tools and Utilities

The 16.20 database has a new table called a Primary Time Index (PTI) table. For more information, refer to Detailed Feature External Specification for Time Series. The TD ODBC Driver does not add any additional functionalities to handle this new table type, but the ODBC API function SQLStatistics now returns two additional columns described in the following table:

Column Name Column Number Data Type Comment
TD_TIMEZERO 14 varchar

The time zero point associated with the table. For example, “2015-10-22”. Null if the table is not a PTI table.

TD_TIMEBUCKET 15 varchar

The length of a time bucket. For example, “HOURS(1)”. Null if the table is not a PTI table.