|
I have this data:
and I want the result like this:
and so on.
(comments are locked)
|
|
I have this data:
and I want the result like this:
and so on.
(comments are locked)
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Topics:
asked: Oct 31 '09 at 01:02 PM
Seen: 396 times
Last Updated: Nov 03 '09 at 10:55 AM
Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.
It's very hard to read your text when you don't apply formatting. In general, just GROUP BY your ID field and take the AVG of your data field. Can you apply the code formatting to your post and also provide the table schema?