Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> SQL 'ESCAPE' Problem
Hello Everyone
I am having trouble with the following SQL Statement
select loc_description
where loc_description like 'Joe^'s%'
escape '^'
It seems that I can use the escape character on anything other than a single quote mark. The problem is, in mu customer table, I need to track and search for names like "Joe's computers" or "Bill's hot dogs". Am I doing something wrong?
Any responses would be appreciated
Andre Allen
NoSpam_at_interaccess.com
to reply, Please replace "NoSpam" with "andre"
Received on Sat Jun 28 1997 - 00:00:00 CDT
![]() |
![]() |