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 special characters from SQL-Plus

Re: Insert special characters from SQL-Plus

From: Thorsten Kubis <TKubis_at_t-online.de>
Date: Sat, 13 Nov 1999 09:18:08 +0100
Message-ID: <382D1EC0.427C047C@t-online.de>


HI!

One Solution: put an "set define off" in front of the statement

Regards

Thorsten

Franck Formis schrieb:
>
> Hi,
>
> Is there anybody knowing how to insert a string like "you & me" in a
> table from SQL-PLus ?
> Doing it straight forward give you back the following error :
>
> SQL> insert into emp (EMPNO, ENAME) values (8000,you & me);
> Enter value for me:
>
> Thanks,
>
> Franck Formis
Received on Sat Nov 13 1999 - 02:18:08 CST

Original text of this message

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