Take for example in a column "company":
+---------------+
|company |
+---------------+
|MyCompany, Inc.|
+---------------+
Supposing the user just types "MyCompany Inc" into the search query without coma and period.
How do I make an MySQL Select query that will still returns "MyCompany, Inc." ?
Not just for coma and period but all special characters must be ignored.