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

Home -> Community -> Usenet -> c.d.o.server -> Looking for fields that contain % or _

Looking for fields that contain % or _

From: John Fico <fico_at_worldnet.att.net>
Date: 1997/03/22
Message-ID: <3333FE5E.1CCC@worldnet.att.net>#1/1

I am trying to put a like in my where clause so that I can return records that have an _ in a specified field. Because _'s and %'s are special characters to the like I don't know how to override.

I've tried %% or __. I've also tried set escape on and using \%. niether works. Any help would be greatly appreciated.

        John Fico Received on Sat Mar 22 1997 - 00:00:00 CST

Original text of this message

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