Let's say, someone search for Android Tricks
, now I want to fetch all rows that contain Android
and Tricks
word. (It does not matter, if they are together or their order).
I saw this article: SQL Like Operator by W3School
But I cannot find anything, that can help me.
What will be the full query?
SELECT * FROM Customers WHERE ???????????