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 how can i use like clues with multiple values,am in database 12c
select * from employeewhere empno like ('A0%', 'A1%', 'A2%', 'A3%', 'A4%')
select * from employee
where empno like ('A0%', 'A1%', 'A2%', 'A3%', 'A4%')
--i what to check multiple values