怎么用union all 实现如下效果
sql的写法。 SQL
[解决办法]
select * from t
union all
select '','合计','',sum(amt) from t
发布时间: 2013-07-16 22:38:05 作者: rapoo
怎么用union all 实现如下效果
sql的写法。 SQL
[解决办法]
select * from t
union all
select '','合计','',sum(amt) from t