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

select   top   m-n  *  from  (select   top   m   *   from   table   order   by   id   desc) aa

相关文章:

  • 2021-06-17
  • 2021-06-22
  • 2021-09-15
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2021-09-23
  • 2022-12-23
猜你喜欢
  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-10-18
相关资源
相似解决方案