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
Spin with "autobuddy" and "set buddy integer" strange behavour
How do you find a duplicated MAC address (spoofing)?
Can't Open Network Connections on Windows Server 2000
need a nic driver for an HP Pavillion - went from Vista to XP-PRO
Wake on lan from Server 2008 64 bit
Can't solve mswrd632.wpc issue
Relate tables with no exact matching field
How to reverse engineer access adp sql server combination
OpenRecordset
Sharepoint - How to activate security (User access)