access合并多个表

2019年9月24日14:22:49 发表评论 691 views

select * into sheet10

from (select * from sheet1
union all
select * from sheet2
union all
select * from sheet3
union all
select * from sheet4
union all
select * from sheet5
union all
select * from sheet6
union all
select * from sheet7
union all
select * from sheet8
union all
select * from sheet9)

access合并多个表

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: