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: Where clause containing Ampersand

Re: Where clause containing Ampersand

From: Roger Stapley <roger.stapley_at_oracle.com>
Date: Tue, 18 Dec 2001 15:07:41 +0000
Message-ID: <3C1F5BBC.5A25BD85@oracle.com>


either set define off and verify off so it wont ask for it or use select 'Jay '||chr(38)||' Silent Bob' from dual;

James Alexander Starritt wrote:

> I have a where clause that contains an & as part of it. Oracle prompts for
> a value, assuming that this is a variable. How do I put a literal ampersand
> in my where clause.
>
> update table
> set field = 'New Text'
> where field = 'Jay & Silent Bob';
>
> Any ideas. Should be easy as pie but I can't figure it out
>
> --
>
> James Starritt


Received on Tue Dec 18 2001 - 09:07:41 CST

Original text of this message

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