Create same table (all constraints)
427828Dec 19 2006 — edited Mar 17 2007Hi all
I have a table and I want to duplicate this table. Including all constraints...
I used
create table new_table as
select * from old_table
I created this table, but there's no constraints...
Thanks...