Is there a way for me to show dates using a select statement in sql dates from to To? Like if I select the date Jan. 15 2013 as from and Jan. 20, 2013 as To the query will show the following:
DATE
2013/01/15 12:00
2013/01/16 12:00
2013/01/16 12:00
2013/01/17 12:00
2013/01/18 12:00
2013/01/19 12:00
2013/01/20 12:00
Is this possible?