Hi, I have been trying to think of a way to retrieve some data from a database by way of a SQL query. I am trying to avoid doing it programatically.
essentially the source table is
ID,DateTime,Count
I want to get the sum of the count for a defined period of DateTime for each distinct ID within that period.
Any ideas people?