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: <me_at_home.com>
Date: Mon, 05 Jul 1999 12:30:31 GMT
Message-ID: <3780a54e.308777159@news.gulf.net>


Or try:

Set Define Off

Brian

On Sun, 4 Jul 1999 10:41:52 +0200, "Erwin jasinski" <hexalog_at_wanadoo.fr> wrote:

>Complement !
>
>chr(38) give & for french code in the database
>You have to replace 38 by the good value for your database.
>
>Erwin
>
>
>Khal a écrit dans le message ...
>>Hello there,
>>I need some help inserting a text field that includes an &.
>>
>>example:
>>
>>insert into table_name values ('word1 & word2');
>>
>>This would cause sqlplus to prompt me for the value of word2.
>>
>>anyway to solve that problem.
>>Thanks a million in advance.
>>
>>Khal
>>
>>
>
Received on Mon Jul 05 1999 - 07:30:31 CDT

Original text of this message

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