We are building a query to count the number of events per hour, per day. Most days there are hours that do not have any activity and therefore where the query is run the cou
It sounds like you could use a "left outer join" using another table that has the numbers 1 through 24 in it...