方法一: 1.建表 if OBJECT_ID('test') is not null drop table test go create table test (id ,),vid ), constraint pk_test_id primary key (id)) go 2.第一次插入数据 insert into test(vid,v) ,REPLICATE() union all ,REPLICATE() union all ,REPLICATE() union all ,REPLICATE…