I
Idgarad
I have a table:
DATE, Region, HOUR0, HOUR1, ... HOUR23
1/1/10,ABC, 123, 231,...,141
I want to write a query that returns not only the records filtered by
Region (That was easy with a parameter) but also the daily average
appended for importing into an Excel spreadsheet for charting purposes
(hence I need the daily average computed at run time):
DATE, Region, HOUR0, HOUR1,...,HOUR23,DAILYAVERAGE
1/1/10,ABC, 123, 231, ..., 141, 271
Any ideas?
DATE, Region, HOUR0, HOUR1, ... HOUR23
1/1/10,ABC, 123, 231,...,141
I want to write a query that returns not only the records filtered by
Region (That was easy with a parameter) but also the daily average
appended for importing into an Excel spreadsheet for charting purposes
(hence I need the daily average computed at run time):
DATE, Region, HOUR0, HOUR1,...,HOUR23,DAILYAVERAGE
1/1/10,ABC, 123, 231, ..., 141, 271
Any ideas?