Restrictions - Analytics Database - Teradata Vantage

SQL Data Definition Language Detailed Topics

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2024-12-13
dita:mapPath
vuk1628111288877.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jbg1472252759029
lifecycle
latest
Product Category
Teradata Vantage™
The following restrictions apply to SHOW:
  • The statement cannot be used as part of a multistatement request. It can be issued only as a standalone request.
  • The USING request modifier cannot precede a SHOW request.
  • DML_statement is limited to the following SQL DML statements:
    • DELETE
    • INSERT
    • INSERT … SELECT
    • MERGE
    • SELECT
    • UPDATE
  • The objects referenced in DML_statement must have valid object names. For example, SHOW SELECT 1 is not a valid request and returns an error.
  • If an object contains UDTs, the SHOW statement does not report the DDL for its casting, ordering, or transform functionality.

    To view those DDL statements, you must use the SHOW TYPE statement (see SHOW object).