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: Ampersand sign in a string

Re: Ampersand sign in a string

From: N.Prabhakar <n_prabhakar_at_hotmail.com>
Date: 2 Dec 2001 01:05:48 GMT
Message-ID: <01c17acd$8ec14640$510e0a3d@default>


HI there

in sqlplus, type the following command and execute the statement

set define ^

(basically you are changing the default define character (&) to some other character) and execute the statement

regards

N.Prabhakar

Galina <Galina.Self_at_cityofbristol.ac.uk> wrote in article <af2b7239.0111300320.713af654_at_posting.google.com>...
> Hello
>
> I have Oracle SQL:
> SELECT FES_LONG_DESCRIPTION From VERIFIERS
> WHERE LOW_VALUE)='MO&TU' AND VERIFIERS.RV_DOMAIN)='DAYS';
>
> The ampersand in the middle of the criteria string causes Oracle asking:
> "Enter value for tu:"
>
> How can I make this SQL so that 'MO&TU'
> is taken as a whole?
>
> Thank you.
> Galina
>
Received on Sat Dec 01 2001 - 19:05:48 CST

Original text of this message

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