How to create a duplicate table?
440643May 3 2006 — edited May 3 2006How do create a table that is identical in structure to an existing table but contains no data?
If I use "create table table2 as (select * from table1)" then the new table2 is identical to table1 including all the rows.
xyz