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 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

Try it out:

  SELECT * to 'user' User = 'king' or alias = 'king' or 'FIND_IN_SET (' king ', aliases)> 0;    

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -