TSQL Sélectionnez 50 enregistrements à la fois
select * from Products except select top (77-10) * from Products
Outrageous Opossum
select * from Products except select top (77-10) * from Products