循环插入多条数据
declare @i int
set @i = 1
while @i < 100000
begin
INSERT INTO [User] (AppId,UserId,UserName ,PassWord) VALUES (newid(),newid(),'11' ,'11')
set @i = @i + 1
end
可以平凡 不可以平庸 无爱则无忧,无欲则无求,无怒而无敌,无怨才是佛。所有烦恼,都是放不下的执著 开源技群 328035181 MyGitee