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
DELL Remote Floppy Boot Disk
how to log on as adminiatrator MS Word 2007 Vista
Query by time range not date. ie 7:00a - 2:59a
activesync error 0x85030027
Reporting data from the last week in ssrs
Employee Leave Management
Load into SQL Server From FoxPro database through SSIS
Microsoft Outlook 2003 hangs on start
MS Access Report Selection Options
Unable to remove printer driver for HP LaserJet 1300 PCL 5e