dongyaotou

select * from (select * from ldcode where 1=1 order by code desc) where rownum<11--这样写是对的

select * from ldcode where 1=1 order by code desc rownum<11--这样写报错了

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-04-26
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-03
  • 2022-02-15
  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
相关资源
相似解决方案