ORA-00932: inconsistent datatypes: expected - got CLOB
I am using below query, option_data is CLOB datatype column.
select distinct option_data
from SY_POLINE_ACK
where po_number = :pPoNo
when I use Distinct then receiving below error.
can anyone suggest solution for this issue.
ORA-00932: inconsistent datatypes: expected - got CLOB
00932. 00000 - "inconsistent datatypes: expected %s got %s"