How to create a table with an
existing structure of another table with or without data and also with stats
defined in Teradata?
CREATE TABLE new_TABLE AS old_TABLE WITH DATA
CREATE TABLE new_TABLE AS old_TABLE WITH NO DATA
CREATE TABLE new_TABLE AS old_TABLE WITH DATA AND
STATS
No comments:
Post a Comment