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!
Hi,
Using 11.2.0.3 if have case with equality operator works however when try use like get missing expression message
select ...
CASE table.col_name
WHEN LIKE '%xyz%'
THEN
'1'
ELSE
NULL
END CASE
can you not use case and like together?
Thanks