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: Inserting text including &

Re: Inserting text including &

From: Hans-Friedrich Pfeiffer <Pfeiffer.Hans-Friedrich_at_t-online.de>
Date: Mon, 02 Aug 1999 01:15:25 +0200
Message-ID: <37A4D50D.17783CCC@t-online.de>


Richard Gowan wrote:
>
> It's also possible to tell SQL*Plus to ignore the &. I can't remember the option, but it'll be under the online help
> for keyword SET.
>
> Regards,
>
> Richard Gowan
>
> DBAOracle wrote:
> >
> > I assume you are doing this in sql*plus, where the & represents a variable.. to
> > get around the problem you have to do this:
> >
> > insert into table
> > (col1)
> > values
> > ('this is a test'||'&'||'this is not');
> >
> > Note that you seperate the & into it's own
> > quotes and cat it to the other
> > values.
> >
> > Robert

Hi,

use the svrmgrl instead of SQL*PLUS. This works, as long as svrmgrl still exists...

Greetings

Hans Pfeiffer Received on Sun Aug 01 1999 - 18:15:25 CDT

Original text of this message

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