|
Archives of the TeradataForumMessage Posted: Fri, 11 Jul 2003 @ 14:51:14 GMT
"Heying, Jerold G" wrote:
Be careful! CREATE TABLE t1 AS (SELECT * FROM t2) ... defines columns to match the spool file, but it does NOT preserve other information about the original table - index definitions (not even PI), SET/MULTISET, etc. If you want to copy a table, consider the even simpler form CREATE TABLE t1 AS t2 WITH DATA; Or do the CREATE "WITH NO DATA", then INSERT/SELECT with a WHERE clause to filter.
| |||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | |||||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | |||||||||||||||||||||||||||||||||||||||||||||||||||