Count Number of a Specific Day(s) Between Two Dates – Mysql
I have a single line in MySQL table: volunteers user_id | start_date | end_date 11122 | 2017-04-20 | 2018-02-17 How can I find how many times the 3rd day or 24th day of a month appears? (i.e. 2017-05-03, 2017-06-03, 2017-12-24,…