I have a query
SELECT `total_user`, `created_date`
FROM `logs`
WHERE `logs`.`created_date` BETWEEN '2020-01-13' AND '2020-11-13'
which is working fine. but in my records few dates doesn't exist. Is there any way to show all dates from '2020-01-13' to '2020-11-13' even no date exist