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: How to insert data containing a &

Re: How to insert data containing a &

From: Verma <ranju-ravi_at_worldnet.att.net>
Date: Sun, 06 Feb 2000 05:43:58 GMT
Message-ID: <01bf7065$baffd740$f0604e0c@Verma.medco.com>


Try this :

suppose you want to thrust the value 'Research & Development' in the departmentname column of the department table: insert into department values ( ..., 'Research &' || " Development', ...);

Verma

Adrian Harrison <adrianh_at_globalnet.co.uk> wrote in article <p2vl9sodmn8lg2p0o0t5an9rau2mq8mbim_at_4ax.com>...
> Using Oracle 7.3 server for NT
>
> I have a text field that conatins the "&" character.
>
> Whenever I try to insert the record I keep getting prompted to input a
value - how sdo I make this
> char a literal?
>
> Any ideas?
>
> Thanks
>
> Adrian Harrison
>
Received on Sat Feb 05 2000 - 23:43:58 CST

Original text of this message

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