DATASET_TABLE Operator | DATASET Data Type | Teradata Vantage - DATASET_TABLE - Advanced SQL Engine - Teradata Database

DATASET Data Type

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
des1556232910526.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1198
lifecycle
previous
Product Category
Teradata Vantageā„¢

The DATASET_TABLE table operator takes a DATASET instance and creates a temporary table based on a subset (or all) of the data contained within.

Syntax

DATASET_TABLE ( ON
  ( DATASET_instances_retrieving_expression )
  [ USING ( { row_expression_literal | column_expression_literal } ) ]
)
Only the AVRO storage format uses the row_expression_literal in the USING clause. CSV does not.