简单给查询表添加序号

 SELECT row_number() over(order by inserttime asc) as id,* FROM [RecordDrawScore]

 

相关文章:

  • 2021-07-12
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
猜你喜欢
  • 2022-12-23
  • 2021-08-27
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
相关资源
相似解决方案