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: Srinivasan Subramanian kandallu <srinivasan.kandallu_at_wipro.com>
Date: Thu, 25 May 2000 18:57:19 +0530
Message-Id: <10508.106666@fatcity.com>


KARTHIKEYAN, Try this.

        select prod_name from prod_master where prod_name like '%\%%' ESCAPE '\';

This will do the job!

Srini

-----Original Message-----
From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of H. KARTHIKEYAN
Sent: Thursday, May 25, 2000 3:05 PM
To: Multiple recipients of list ORACLE-L Subject: like '%'

Hi group

how do i despeciali. % char in like operator?.

prod_name
=--------
prod 100%

i want to select all product which contains % as a pattern.

TIA



H.Karthikeyan
Tata Infotech Ltd.,
System Integration Division,
80 Feet Road, Indira Nagar, Bangalore.
Ph: (80) 528 4681 (off) Ext: 423
E-mail: h.karthikeyan_at_tatainfotech.com
-- 
Author: H. KARTHIKEYAN
  INET: h.karthikeyan_at_tatainfotech.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu May 25 2000 - 08:27:19 CDT

Original text of this message

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