Microsoft
Software
Hardware
Network
Question : SQL query - AVG TOP 10
Hi all,
How do I use a avg statement in conjunction with a top selection? Like:
select avg
(select top 10 column1
from table1
order by column1 desc)
Thanks!
Answer : SQL query - AVG TOP 10
select avg (Column1)
from
(select top 10 column1
from table1
order by column1 desc)a
Random Solutions
printing on roll paper in vb.net
Adobe Acrobat 9 - forms and email submit button
How to append data from a varchar column to a text column
t-sql update from ambiguous column name
How to get Full XML node name using C#
Run SSRS 2008 Services Against a SQL 2005 engine?
Logout Button for <asp:LoginStatus> not working
Error Loading sshnas.dll
getting the hwnd or dc for access form
Can't get GPO to hide drives