使用很简单的一个技巧实现:

select   top   m   *   from   table   where   id   not   in   (    
  select   top   n   id   from   table   )

相关文章: