I have stored a wildcard expression in MySQL table, and given a string, I want to see which records' expression will match to that of the string. How can I do that?
Asked
Active
Viewed 50 times
1
-
2You'll need to provide some more information, such as a create table, sample data, and what you've tried so far. We can't help without knowing what you have – Florian Humblot May 26 '17 at 08:19
-
this link can help you similar to your problem https://stackoverflow.com/questions/3014940/is-there-a-combination-of-like-and-in-in-sql – Ankur Jyoti Phukan May 26 '17 at 10:24