In the following query I would like to search for more than `name`, for example: WHERE `name` `brand` `size` LIKE '%q%'
but, I don't know the correct syntax to follow.
Code MySQL:
I need help
Printable View
In the following query I would like to search for more than `name`, for example: WHERE `name` `brand` `size` LIKE '%q%'
but, I don't know the correct syntax to follow.
Code MySQL:
I need help
It's so much simpler, and it worked great. Thanks so much.