I need to find a record that contains, for example the "NT" and the "UNIX" words.
So, I do a kind of:
.... where contains (COLUMNAME, 'UNIX and NT', 10)>0...
The problem: the OCI Routine thinks that I'm speaking about NT = narrower term (usage: NT(dog, cat)) so I receive an error.
Is there a way to "escape" these term so that I can really search for "UNIX and NT"?
Thanks in advance.
So, I do a kind of:
.... where contains (COLUMNAME, 'UNIX and NT', 10)>0...
The problem: the OCI Routine thinks that I'm speaking about NT = narrower term (usage: NT(dog, cat)) so I receive an error.
Is there a way to "escape" these term so that I can really search for "UNIX and NT"?
Thanks in advance.