Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to create a duplicate table using sql
db2group88_at_yahoo.com wrote:
> no, i can't insert data when i create the table, i just need to create
> an empty tables . thanks
>
create table newtable as select * from oldtable where 1=2;
HJR Received on Tue Dec 07 2004 - 17:51:51 CST
![]() |
![]() |