Hi,
I have a table in Oracle 8i, with a clob column.
Now I want to execute a query like the following:
REPLACE(<clob_column>, CHR(13)||CHR(11), '<BR>')
But I receive an error complain with "Inconsistent datatype". Can anybody suggest a workaround for this please? We need this very urgent.
Thanks in advance,
Henry
I have a table in Oracle 8i, with a clob column.
Now I want to execute a query like the following:
REPLACE(<clob_column>, CHR(13)||CHR(11), '<BR>')
But I receive an error complain with "Inconsistent datatype". Can anybody suggest a workaround for this please? We need this very urgent.
Thanks in advance,
Henry