Reputation: 130
I have a category column with values separated by comma, ie, "menu, brochure". How can I retrieve row which is matching either menu or brochure?
Thank you.
Upvotes: 0
Views: 137
Reputation: 37243
you can use FIND_IN_SET or LIKE
Upvotes: 2