Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: copy one table to an other

Re: copy one table to an other

From: Madhivanan <madhivanan2001_at_gmail.com>
Date: 10 May 2005 04:58:23 -0700
Message-ID: <1115726303.066978.74030@o13g2000cwo.googlegroups.com>


I think both should have same number of columns

Otherwise supply the required column names as

insert into mytable2(col1, col2...) select col1,col2... from mytable1;

Madhivanan Received on Tue May 10 2005 - 06:58:23 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US