Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Intermedia search query
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: ranganathk_at_subexgroup.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 Fri May 04 2001 - 12:08:38 CDT