Dear DBA Gurus,

I have a query for getting search results for a string like 100%.
        We are using a stop word in the preferences as % and setting the
attribute as % in printjoins attribute in create preference.
        My Query is select * from myTable where contains (title, '100{%}') >
0.
        This returns the results properly.
        But if the query is select * from myTable where contains (title,
'100 {%}') > 0, I am still getting the same results. (Note that there is a
space after 100).
        Any idea to check this or how to give the String?
        Any help in this regard will be greatly appreciated.

TIA and Regards,

Ranganath

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Ranganath K
  INET: [EMAIL PROTECTED]

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: [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