Hi,
Can some-one help me please.
I need to write a select statement that returns one row for each day of specified data range.
Simplified, I have 3 columns (two are integers, the other column is datetime) and the data will have many rows for each day of the month (entries are made at different times of the day). How do I aggregate one of the integer columns to show a total for each individual day for a given date range?
Rod
Can some-one help me please.
I need to write a select statement that returns one row for each day of specified data range.
Simplified, I have 3 columns (two are integers, the other column is datetime) and the data will have many rows for each day of the month (entries are made at different times of the day). How do I aggregate one of the integer columns to show a total for each individual day for a given date range?
Rod