测试环境准备 create table #table1 (id int ,name varchar(20) ); go create table #table2 (id int ,name varchar(20) );