Hi, I have a table with a field that contains description of ongoing operations. This is a long data type field (bear with me, I'm not well into all the correct terminology..).
I want to search this field for occurrences of spesific words. I've done this in Access, syntax is like this:
WHERE OPSUM.OPER LIKE "*word*"
But i want to do the same thing in the oracle database (have done it in access after linking the data in). I've tried different syntaxes (i.e replacing "* with other symbols like '%) but all I get is different variants of this error message: ORA-0932: Inconsistent data types.
So, does anyone know of a simple way of searching an text string in a field in an oracle db for spesific words?
thanks
Kjell
I want to search this field for occurrences of spesific words. I've done this in Access, syntax is like this:
WHERE OPSUM.OPER LIKE "*word*"
But i want to do the same thing in the oracle database (have done it in access after linking the data in). I've tried different syntaxes (i.e replacing "* with other symbols like '%) but all I get is different variants of this error message: ORA-0932: Inconsistent data types.
So, does anyone know of a simple way of searching an text string in a field in an oracle db for spesific words?
thanks
Kjell