sql - Searching within column with mysql LIKE miltiple times -
I have to search a column for a string, several times for the same string variation, so I did it Try it out: There will be words different from Raja, Rani, Knight, etc. But because it is as slow as I myself, I am thinking that any way I can adapt this query
SELECT * to 'user' User = 'king' or alias = 'king' or 'FIND_IN_SET (' king ', aliases)> 0;
Comments
Post a Comment