select avg(a.recharge) avg20 from (select recharge from actors where lastonlinetime>231033600 and lastonlinetime<231638400 order by recharge desc limit 20) as a;