EXPLAIN Syntax | SQL Statements | Teradata Vantage - EXPLAIN Request Modifier Syntax - Advanced SQL Engine - Teradata Database

SQL Data Manipulation Language

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
vjt1596846980081.ditamap
dita:ditavalPath
vjt1596846980081.ditaval
dita:id
B035-1146
lifecycle
previous
Product Category
Teradata Vantageā„¢
[ STATIC | DYNAMIC ] EXPLAIN [ IN XML [NODDLTEXT] ] SQL_request [;]

Syntax Elements

STATIC
An EXPLAIN for the static plan is generated. This is the default. If applicable, the static plan indicates the request is eligible for incremental planning and execution (IPE).
IN XML
Return the output as XML text rather than as plain English text. For more information, see Teradata Vantageā„¢ - SQL Data Definition Language Detailed Topics, B035-1184.
NO DDLTEXT
Do not capture the DDL text in the XML EXPLAIN text.
SQL_request
SQL request for which to return Optimizer processing information.