Current Temporal Query - Advanced SQL Engine - Teradata Database

Temporal Table Support

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-23
dita:mapPath
cjo1556732840654.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1182
lifecycle
previous
Product Category
Teradata Vantage™

A current query is a SELECT statement that extracts and operates on the current rows of a table:

  • For a transaction-time table, current queries operate only on open rows.
  • For a valid-time table, current queries operate only on rows with valid-time periods that overlap the current time.
  • For bitemporal tables, current queries operate only on rows that are both open in the transaction-time dimension an current in the valid-time dimension.

A current query produces a nontemporal table as a result set.