declare @i int set @i=0 
while(@i<255) 
begin  
set @i=@i+1  
insert into sy_unitIPs(school_ID,IP,endTime,isTryout) values('01001200902250272024','58.129.31.'+cast(@i as varchar),'2009-3-25',1) 

end

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2021-10-05
猜你喜欢
  • 2021-05-25
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
  • 2021-08-04
  • 2022-12-23
相关资源
相似解决方案