table(key, notkey)
record number each page RN
the page number PN
select top RN *
from table
where key not in
( select top RN*(PN-1) key
from table)
table(key, notkey)
record number each page RN
the page number PN
select top RN *
from table
where key not in
( select top RN*(PN-1) key
from table)