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
List out All table and indexes in a particular database
Excel - Using Find Method to Locate a Cell in Another Open Workbook
Use a query result to populate recipients in SendObject
asp.net textbox -keywords textbox
Code retriving duplicated numbers.
Timeout error?
Access Secruity.
User logon Problems in 2008 Active Directory
Design question on being able to select multiple records on the form
Enumerate printers on a print server