34,837
社区成员




insert into aa
select c1,c2,c3,c4,c5,c6,c7,c8 union all
select c1,c2,c3,c4,c5,c6,c7,c8 union all
select c1,c2,c3,c4,c5,c6,c7,c8 union all
......
select c1,c2,c3,c4,c5,c6,c7,c8
insert into aa(A,B)
select 'a','b'
union all
select 'c','d'
.......