insert into table union all select
e.p:
insert into 表(col1,..)
select col1,.. from 表1 union all
select col1
e.p:
insert into 表(col1,..)
select col1,.. from 表1 union all
select col1
2165
252

被折叠的 条评论
为什么被折叠?