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
Template lock gets greyed out and client can not edit
Need help with Ethernet controllers on Dell Dimension 3000
Move a record and delete
Certficate Error: Navigation Blocked
Access database - Problem with gorecord acnewrec
Disk Quotas
Find Nearest Value
How do you remove a Server that has crashed
Outlook 2007 cannot open folders
Updating latest date