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: Fooling Oracle with &

Re: Fooling Oracle with &

From: Jonathan Gennick <gennick_at_worldnet.att.net>
Date: Fri, 01 May 1998 03:06:23 GMT
Message-ID: <6ibe7c$14u@bgtnsc03.worldnet.att.net>


On 30 Apr 1998 16:34:14 GMT, newsol97_at_aol.com (NEWSOL97) wrote:

>This is probably an ancient topic but does anyone know how to express an
>& in a character string without the SQL parser trying to tokenize it? In other
>words if I had
>"Sally & Bob"

The other two replies will work. You can also do:

	set escape on
	"Sally \& Bob"

regards,

Jonathan Received on Thu Apr 30 1998 - 22:06:23 CDT

Original text of this message

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