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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: like '%'

Re: like '%'

From: Top DBA <top_dba_at_yahoo.com>
Date: Thu, 25 May 2000 06:40:36 -0700 (PDT)
Message-Id: <10508.106671@fatcity.com>


Try using escape clause:
  select field from table
  where field like '%\%%' escape '\';

HTP.
Gunawan Yuwono

Received on Thu May 25 2000 - 08:40:36 CDT

Original text of this message

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