2
How do I search for a term in more than one table field in Mysql? For example, I have a website of a furniture store and the customer can search for the term "chair" and this term is in the fields description, summary and details, I would like to search in all fields. I read about select * from all_tables, but I couldn’t get what I needed.
you know the phpmyadmin in it has a search field and in it it is possible to perform query in more than one field, execute a query in it and see sql output rest and softness
– Alexandre Sousa