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: Newbie !Help

Re: Newbie !Help

From: <rock_cogar_at_my-deja.com>
Date: Wed, 08 Mar 2000 20:25:45 GMT
Message-ID: <8a6d03$459$1@nnrp1.deja.com>


Use the function CHR() with an argument of 38.

select 'my special char is='||chr(38) from dual;

my special char is=&

Rock.

In article <8a62ke$9id$1_at_nntp.bull.com>,   "gene" <gene.palumbo_at_integris.com> wrote:
> How do I tell Oracle to ignore the meaning of a special character (&)
in a
> SQL script.
>
> Thanks
> Gene
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Mar 08 2000 - 14:25:45 CST

Original text of this message

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