Hi guys -
One of my table columns in an oracle database is a clob datatype and actually contains xml data.
I need to write a query to find out all the rows that contain "$nbsp;" in that columns text and then replace all those rows with "$amp;nbsp;" .
How do i do this in oracle.
Thanks -
JM
Start Free Trial