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
Can i make a field that will store any changes i make to other fields on a microsoft access form?
Splash form for registration status using KeyedAccess
Outlook HTML signature issue
Sumproduct in VB
Keep Windows active with either VBScript or Batch file
Unable to change case in the last column of a table through VBA
Excel VBA - Use solver purely programmatically
How do I prevent a SBS2003 computer rebooting with LSASS.EXE When trying to update a password the return status indicates that the value...
Outlook 2003 problem setting up reccurring appointment
How to create a nested SUMIF in Excel / Google Docs