A
AJ
Can you do a select and get the avgerage of the top 5 values?
example - select top 5 AVG(sales) from table_1?
This seems to still do an average of ALL the rows.
Thanks a ton.
AJ
example - select top 5 AVG(sales) from table_1?
This seems to still do an average of ALL the rows.
Thanks a ton.
AJ