Teradata Database Message 3661 - 3661 - Analytics Database - Teradata Vantage

Teradata® VantageCloud Lake - Analytics Database Messages

Edition
Lake
Product
Analytics Database
Teradata Vantage
Published
October 2022
Language
English (United States)
Last Update
2024-02-26
dita:mapPath
tzr1629746512312.ditamap
dita:ditavalPath
ft:empty
dita:id
vza1585613049811
lifecycle
latest
Product Category
Teradata® Vantage™
Message
CREATE text for the specified table is too long for SHOW TABLE.
Explanation
The text that would be used in a single CREATE TABLE statement for the specified table is too long to return via SHOW TABLE. The table must have been created using CREATE TABLE followed by one or more instances of ALTER TABLE.
Generated By
OPT modules.
For Whom
End User.
Notes
Even if SHOW TABLE succeeds, there are many instances in which the text returned can not be used directly to create a table, but must be split into a CREATE TABLE and one or more ALTER TABLE statements.
Remedy
HELP TABLE may be used to return the equivalent information in a different format.