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 INTO

Re: INSERT INTO

From: colmkav <colmjkav_at_yahoo.co.uk>
Date: Thu, 07 Jun 2007 06:05:54 -0700
Message-ID: <1181221554.038110.19940@p77g2000hsh.googlegroups.com>


On 7 Jun, 14:49, Wazusa Blong <fitzjarr..._at_cox.net> wrote:
> On Jun 7, 7:36 am, colmkav <colmj..._at_yahoo.co.uk> wrote:
>
> > Anyone know why this code gets an error "ORA-00911: invalid
> > character"?
>
> > INSERT INTO ta_tmp(description)
> > SELECT DISTINCT description
> > FROM t_exposuretype
> > WHERE description not in (select description from
> > ta_exposuretype);
>
> > The Select part works fine.
>
> Have you retyped the query? Don't 'copy and paste', take the time to
> actually retype the entire statement. You *may* have a 'hidden'
> control charcter somewhere causing your error.
>
> David Fitzjarrell

THANKS, yes that would seem to be the problem. Received on Thu Jun 07 2007 - 08:05:54 CDT

Original text of this message

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