declare @i int

set @i=1
while @i<61
begin
insert into T_RolePower values(1,@i,1)
set @i=@i+1
end

 

相关文章:

  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2021-08-31
猜你喜欢
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-02-09
  • 2021-06-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案