首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

如何用union all 实现如下效果

2013-07-16 
怎么用union all 实现如下效果sql的写法。SQL[解决办法]select * from tunion allselect ,合计,,sum(

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


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

热点排行