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
Export Question
How to detect database type
Can I copy data from one excel workbook into another without the second workbook visably opening?
Special Values in VBA
Microsoft SQL Server 2005 Service Pack 3 Failover Clustering (KB955706).
I have a batch file I would like to make more Professional.
Invalid Certificates and Settings with Exchange 2007 SP2 Autodiscover
Generate report for invoice tracking
How install DLL to GAC on Windows Server 2008 Standard
Word Mergefield If-Then-Else Statement