access top order by的逻辑问题

虽然用了TOP2 是希望选最前的2条。但是因为order by pubtime里pubtime不是主键,所以显示出来7条结果。

正确的写法是要用order by id

相关文章:

  • 2021-09-30
  • 2021-06-10
  • 2022-12-23
  • 2021-12-19
  • 2021-07-07
  • 2022-12-23
  • 2021-06-20
猜你喜欢
  • 2022-01-25
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案