ORACLE(10g) DB で次のクエリを使用しています。
SELECT * from student_table where student_no like '%STUDENT%' INTERSECT SELECT * from student_table where student_no in ('STUDENT1234','STUDENT5678')
次のようなエラーが発生しました: java.sql.SQLSyntaxErrorException: ORA-00932: inconsistent datatypes: expected - got CLOB
このエラーを解決する方法はありますか?