



























1
declare @index int;
2
set @index = 2000;
3
4
while(@index < 2011)
5
begin
6
insert pt_result_part_class_process_avg_time values(
7
newid(),@index,200,500,150,106,120,55,726,newid(),'2008-01-01',newid(),'2008-01-09',
8
0,0,'true')
9
set @index = @index + 1
10
end
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。