dbTalk Databases Forums  

Incorrect results with Oracle Text

comp.database.oracle comp.database.oracle


Discuss Incorrect results with Oracle Text in the comp.database.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
raj
 
Posts: n/a

Default Incorrect results with Oracle Text - 06-18-2004 , 03:14 PM






Hi,

I am getting wrong results from an oracle text query.

SELECT COUNT(*) FROM dwh_dist_item
WHERE pack_info LIKE '%#2.5%'

COUNT(*)
--------
566


SELECT COUNT(*) FROM dwh_dist_item
WHERE CATSEARCH (pack_info, '%#2.5%', NULL) > 0;

COUNT(*)
--------
24854

Why is the second query returning more rows than 1st query ? Is # a
special character ?

Thanks
Preet

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.