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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Insert Statement

Re: Insert Statement

From: Tony R <antonie.rees_at_btinternet.com>
Date: Thu, 28 Aug 2003 23:13:03 +0000 (UTC)
Message-ID: <bim29v$9o5$1@hercules.btinternet.com>


Thanks you were correct

Thanks for giving the time to answer this question. I must of had a bad day. The following worked when I got home

insert into b select * from a;

Thanks again

regards

Tony
"Daniel Roy" <danielroy10junk_at_hotmail.com> wrote in message news:3722db.0308280854.78410c7f_at_posting.google.com...
> That error message suggests that you have more columns in table A than
> in table B. Please confirm that these 2 tables really have the same
> number and types of columns.
>
> Daniel
Received on Thu Aug 28 2003 - 18:13:03 CDT

Original text of this message

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