Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Oracle Intermedia Search Query
Dear DBA Gurus,
I have the following records in Oracle 8.1.6 database (CLOB fields).
id title 1 kid's 2 kid and teen 3 kid's 4 kid's and teens If I write a query as select * from site where contains(title,'kid''s') > 0 then itdisplays all the 4 records where are I want only records 1, 3 and 4 only. If I try with: select * from site where contains(title, 'kid||chr(39)||s') > 0 then it is returning error ORA - 29902. How do I write the query in order to return the correct result? Any help in this regard will be very much 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 Apr 06 2001 - 06:54:01 CDT
![]() |
![]() |