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

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

posted on 2009-05-07 12:20  garfieldtom  阅读(1712)  评论(0编辑  收藏  举报