How to use % before the like operator in the query
SELECT *
FROM all_source |
WHERE owner = 'APPS'
AND UPPER(type) = UPPER(p_type)
AND UPPER(name) = UPPER(p_name)
AND UPPER(text) like UPPER (''||'%'||:p_text||'%'||'');
Out of my 5 years experience in oracle platform, I’m sharing the information. Creating this blog is not just a hobby it’s a partnership to grow together.
No comments:
Post a Comment