select top 10 *
from (select top 20 *  from table order by utime asc) a
order by a.utime desc