declare @i int
set @i=0
update tb set [ID]=@i,@i=@i+1

 

相关文章:

  • 2021-11-28
  • 2021-11-30
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2022-03-07
  • 2021-05-18
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2022-12-23
  • 2021-09-26
相关资源
相似解决方案