wp.jochen.hayek.name/blog-en

how can I create a copy of an Oracle table without copying the data?

create table xyz_new as select * from xyz where rownum < 0;

In Oracle SQL Developer

Exit mobile version