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

Re: Inserting text including &

From: Jeremy Ovenden <jovenden_at_hazelweb.co.uk>
Date: Mon, 5 Jul 1999 10:51:59 +0100
Message-ID: <7lpvqo$fsc$1@gxsn.com>


Use the sqlplus set command to make the 'define' character something other than the & character.

e.g.

set define ~

Khal wrote in message ...
>Hello there,
>I need some help inserting a text field that includes an &.
>
>example:
>
>insert into table_name values ('word1 & word2');
Received on Mon Jul 05 1999 - 04:51:59 CDT

Original text of this message

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