sql1 = "SELECT 母件代码 as 成品编码,母件描述 as 成品描述,第五层 as 硅钢编码,第五层描述 as 硅钢描述,第五层用量 as 重量 FROM [M88-5.csv]" & "where 第五层 like '[0-9]%' union all SELECT 母件代码,母件描述,第五层,第五层描述,第五层用量 FROM [M88-6.csv] where 第五层 like '[0-9]%'"
sql2 = "SELECT 母件代码 as 成品编码,母件描述 as 成品描述,第五层 as 硅钢编码,第五层描述 as 硅钢描述,第五层用量 as 重量 FROM [M89-3.csv]" & "where 第五层 like '[0-9]%' union all SELECT 母件代码,母件描述,第五层,第五层描述,第五层用量 FROM [M89-4.csv] where 第五层 like '[0-9]%'"