读书人

如何用union all 实现如下效果

发布时间: 2013-07-16 22:38:05 作者: rapoo

怎么用union all 实现如下效果
如何用union all 实现如下效果


sql的写法。 SQL
[解决办法]
select * from t
union all
select '','合计','',sum(amt) from t

读书人网 >oracle

热点推荐