I have a system that searches for company. I want that when a user searches for \"Demo\", all records that have \"Demo\" will be returned, like \"The Demo\", \"Demo Inc.\",
SELECT * FROM table_name WHERE company LIKE "% Demo %" OR company LIKE "Demo %" OR company="Demo";