How can I search a term in more than one field of a table in MySQL? For example, I have a website from a furniture store and the customer can search for the term "chair" and that term is in the description, summary, and detail fields, I would like to search across all fields. I read something about select * from all_tables, but I could not get what I need.