Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

LONG TO CHAR

469636Sep 4 2008 — edited Sep 4 2008
Hi

I'm selecting a long field and need to do 'LIKE' in the where I'm getting and inconsistent datatypes error, I need conversion function from SQL not PL/SQL

select v.view_name,v.text
from user_views v
WHERE v.text LIKE '%XYZ%';

please advice
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2008
Added on Sep 4 2008
4 comments
565 views