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

Analytics Database Messages

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
15.xx,16.xx,17.xx
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-01-05
dita:mapPath
sfx1628096178347.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1096
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.