P
Pejo
I want to create an average but throw away the top and bottom numbers from
the average.
Something like the below (which doesn't work)
Select avg (select hour_count from tbl_test where ID not in (select top 1 ID
from tbl_test order by hour_count desc) and ID not in (select top 1 from
tbl_test order by hour_count asc)
the average.
Something like the below (which doesn't work)
Select avg (select hour_count from tbl_test where ID not in (select top 1 ID
from tbl_test order by hour_count desc) and ID not in (select top 1 from
tbl_test order by hour_count asc)