My table design:
How to get the records If dates '04-11-2016' OR '11-11-2016' available in week_days
column.
Note: The dates are not same, It's have one or more dates.
Actual Query:
SELECT * FROM `sh_products` WHERE FIND_IN_SET('04-11-2016','11-11-2016',week_days);
Expecting Result: