I have a query string like This is a computer. And I have some words in database like computer, This, machine.
I want to find the words which are the substrings of the query string. For the example above, I will get This and computer.
How to write the mysql statement?