MattWoberts
Programmer
Hi,
I have a CLOB column in my table, and I want to do a like comparison, like this:
Select * from MyTable where Clob_Column like '%HELLO%';
But I can't do that in Oracle? Is there a workaround?
Thanks!
I have a CLOB column in my table, and I want to do a like comparison, like this:
Select * from MyTable where Clob_Column like '%HELLO%';
But I can't do that in Oracle? Is there a workaround?
Thanks!