select top(10) * from T1 where Id >= (select MAX(Id) from (select top(20) * from T1 order by Id) as t)