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
using WebBrowser control in separate process
Windows 2000 theme
After Update in Access
Publisher cannot open the file
Outlook cannot connect to Exchange 2007 during a DC reboot
'System.Configuration.Conf<wbr />igurationE<wbr />xception' occurred in system.dll
remove old computers from active directory 2008
Access query to include lowest value from another table
Left Join Distinct Rows only?
Print report footer on first page of report