Check "LIKE"

LIKE Conditions
The LIKE conditions specify a test involving pattern matching. Whereas the
equality operator (=) exactly matches one character value to another, the
LIKE conditions match a portion of one character value to another by
searching the first value for the pattern specified by the second. LIKE
calculates strings using characters as defined by the input character set.
LIKEC uses Unicode complete characters. LIKE2 uses UCS2 codepoints. LIKE4
uses USC4 codepoints.

-----Original Message-----
Sent: Friday, November 07, 2003 2:20 AM
To: Multiple recipients of list ORACLE-L


Hi All,

  I need a means to search for a pattern (With basic wildcard characters
like %, _, ^, []). How do I do this in oracle. I also need to get back the
string that matches the pattern. Is there any predefined function or
procedure that does this. Would like to avoid implementing this on my own.

TIA,
ShivaM

DISCLAIMER: This e-mail contains proprietary information some or all of
which may be legally privileged.
It is for the intended recipient only. If an addressing or transmission
error has misdirected this e-mail,
please notify the author by replying to this e-mail. If you are not the
intended recipient, you must not use, 
save, disclose, distribute, copy, print or relay this e-mail.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Shiva Maran
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Khedr, Waleed
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).

Reply via email to