How simple I can make query for MSSQL for selecting number of records step by 1 hour.. Including zero value..
I need return liek this..
2010/06/24 01:00 ; 2
2010/06/24 02:00 ; 0
2010/06/24 03:00 ; 10
2010/06/24 04:00 ; 11
thanks for all replies
I need return liek this..
2010/06/24 01:00 ; 2
2010/06/24 02:00 ; 0
2010/06/24 03:00 ; 10
2010/06/24 04:00 ; 11
thanks for all replies
Comment