Hi,
We are trying to run query on a field, say TITLE like so,
select DOCID from tbldoc where TITLE like '#<=3'
We get lots of hits and bunch of the docs had the words "several" and "a %" and "a decis" (the last one is actually highlighed off of "a decision") and other stuff.
Why is this so? Can we avoid these and just force it to stick to numbers?
Thanks in advance for the help!
We are trying to run query on a field, say TITLE like so,
select DOCID from tbldoc where TITLE like '#<=3'
We get lots of hits and bunch of the docs had the words "several" and "a %" and "a decis" (the last one is actually highlighed off of "a decision") and other stuff.
Why is this so? Can we avoid these and just force it to stick to numbers?
Thanks in advance for the help!