pumushan
-- oracle sql 查询前十条数据
select * from b2c_code where rownum <= \'10\';
-- sql server 查询前十条数据
select top 10 * from b2c_code;

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2022-12-23
猜你喜欢
  • 2022-01-14
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2021-11-10
相关资源
相似解决方案