简单的循环插入数据

declare @count int
set @count = 0
while(@count<130)

begin                 
insert into Prout values('02-998','1128297','Hydro Breeze Rain Wear Mens','MTL','LK')
set @count = @count + 1
end

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-20
  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案