Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Fooling Oracle with &
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
![]() |
![]() |