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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -