select  *  from (select  row_number() over (order by ypbsm)as num , * from  ypbzb ) as a  where num>=1 and num<=10

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
  • 2021-04-25
  • 2022-12-23
猜你喜欢
  • 2022-01-02
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-11
  • 2021-04-30
相关资源
相似解决方案