skip to Main Content

Like Function to RegexP – Mysql

Basically I have below query. Select * from testtabel where call_id like '%7534567' or call_id like '%7134576' or ..... ; 7534567,7134576 are not any pattern. So I need to check any call_id which ends 7534567 or 7134576. since I have…

VIEW QUESTION
Back To Top
Search