当前位置: 代码迷 >> Oracle开发 >> 如何用union all 实现如下效果
  详细解决方案

如何用union all 实现如下效果

热度:53   发布时间:2016-04-24 06:58:39.0
怎么用union all 实现如下效果



sql的写法。
SQL

------解决方案--------------------
select * from t
union all
select '','合计','',sum(amt) from t