we want to get each date of the moth for given year. do we have any such query in mysql to get day and date?
for example: for 2017 we want to get table like below
 date  
 ----------
 01-01-2017
 02-01-2017
 03-01-2017
 .
 .
 .
 31-12-2017
we want to get each date of the moth for given year. do we have any such query in mysql to get day and date?
for example: for 2017 we want to get table like below
 date  
 ----------
 01-01-2017
 02-01-2017
 03-01-2017
 .
 .
 .
 31-12-2017
