select top "+pageSize+" * from Table where id not in (select top "+(currentPage - 1) * pageSize +" id from Table order by id desc) order by id desc