Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> how to search for rows containing special charactors, ', ", \

how to search for rows containing special charactors, ', ", \

From: Philip S Zhan <szhan_at_calum.csclub.uwaterloo.ca>
Date: 19 Jan 2001 16:19:18 GMT
Message-ID: <949pe6$pjq$1@watserv3.uwaterloo.ca>

Special charactors in the data entry cause problems (C++/Java) call client. I am trying the clean up the data containing the special charactors interpreted differently in C/C++/Java etc, such as single quote ', double quote ", backslash \.

Oracle SQL reference manual shows how to do it for special charactor underscore "_":
select * from my_table where job_desc like '%\_%' ESCAPE '\';

But this does not work for "'", """, "\", etc ...

Philip Received on Fri Jan 19 2001 - 10:19:18 CST

Original text of this message

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