I want to get all dates when I have a dates range.
For example: when I have two dates: 2010-10-05 and 2010-10-10 I want to get
2010-10-05
2010-10-06
2010-10-07
2010-10-08
2010-10-09
2010-10-10
Have anyone got an idea how to get this in MySQL query?