Hello
I have a set of data for a year (2006) and I have a specific column which is a date field. This date field is the date the case was passed to us.
I would like now to create an average using this date field to give me a figure for 'Average number of cases per month'.
I was wondering how I would use this. I have built my quries using views and GUI of SQL Server.
I was thinking getting a count of the cases and then dividing by twelve. Not sure if this will work.
Can someone help please?
Shab
I have a set of data for a year (2006) and I have a specific column which is a date field. This date field is the date the case was passed to us.
I would like now to create an average using this date field to give me a figure for 'Average number of cases per month'.
I was wondering how I would use this. I have built my quries using views and GUI of SQL Server.
I was thinking getting a count of the cases and then dividing by twelve. Not sure if this will work.
Can someone help please?
Shab