I Have a range of hours in TIMESTAMP format.
Ex '2016-02-02 00:00:00' to '2016-02-02 00:00:05'
And i want to print
2016-02-02 00:00:00
2016-02-02 00:00:01
2016-02-02 00:00:02
2016-02-02 00:00:03
2016-02-02 00:00:04
2016-02-02 00:00:05
Asked
Active
Viewed 13 times
0
-
It would be a lot simpler to do this within the application. – Shadow Dec 05 '16 at 13:56
-
2http://stackoverflow.com/questions/510012/get-a-list-of-dates-between-two-dates – xQbert Dec 05 '16 at 13:59