dajiahaoxinku12 发表于 2013-7-21 21:32
附件没数据, 用union all 吧
我是用UNION ALL,语句如下select "一月", 客户代码,金额,采购金额,毛利润 from [一月$] union all select "二月", 客户代码,金额,采购金额,毛利润 from [二月$] union all select "三月", 客户代码,金额,采购金额,毛利润 from [三月$] union all select "四月", 客户代码,金额,采购金额,毛利润 from [四月$] union all select "五月", 客户代码,金额,采购金额,毛利润 from [五月$] union all select "六月", 客户代码,金额,采购金额,毛利润 from [六月$] union all select "七月", 客户代码,金额,采购金额,毛利润 from [七月$] union all select "八月", 客户代码,金额,采购金额,毛利润 from [八月$] union all select "九月", 客户代码,金额,采购金额,毛利润 from [九月$] union all select "十月", 客户代码,金额,采购金额,毛利润 from [十月$] union all select "十一月", 客户代码,金额,采购金额,毛利润 from [十一月$] union all select "十二月", 客户代码,金额,采购金额,毛利润 from [十二月$]。但是最后确定的时候弹出查询无法运行或数据库无法打开。求解!
|