Declare @newsid int
 Set @newsid=5432
 While @newsid<5769
 Begin
   insert into 表名
   select @newsid,'通过',0,0,''
   set @newsid=@newsid+1
 End

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-25
  • 2022-01-06
  • 2021-06-17
  • 2021-05-28
  • 2021-10-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-10-18
相关资源
相似解决方案