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
Infopath Multiple-Selection List Box: linked to access and list populated from Access table
Can I make Sharepoint sites or folders invisible to users without rights?
Continuous form - alternate shading every other record
microsoft access query criteria to retrieve specific records based on a reference number and part number
aspx vnbet dropdownlist client script
Why Does This Excel Macro Give Different Results?
Pass value from one form to another
How to enable Mailbox on exchange 2007
Toggle Buttons!!!
event 2436