TSQL Pilih 50 catatan sekaligus
select * from Products except select top (77-10) * from Products
Outrageous Opossum
select * from Products except select top (77-10) * from Products