Now row 1,2,4 needed as output:
I try this:
SELECT * FROM my_table
WHERE SUBSTRING_INDEX(my_table.`dates`, ',', 1) >= '01-01-2018'
AND SUBSTRING_INDEX(my_table.`dates`, ',', - 1) <= '13-02-2018'
But it is not working. Is there any good alternative solution? Please if any than suggest me or help me. I am stuck badly in this issue. Thanks