折雨的天空

博客介绍:本博客当前共有文章【968】篇,总阅读量【5,158,590】次,第一篇博客发表于【2011年04月06日 10时34分】,距今已【4978】天,感谢您的使用!

您的位置:折雨的天空 >php开发> mysql中sum函数嵌套的使用

mysql中sum函数嵌套的使用

很有可能你也不小心遇到这种需求了,看下下面几种。

select d1,d2,sum(d1,d2) from (select sum(a1,a2) as d1,sum(a3,a4) as d2,id from 500wan where id='1') as t;错

select d1,d2,(d1+d2) from (select sum(a1,a2) as d1,sum(a3,a4) as d2,id from 500wan where id='1') as t;错

select d1,d2,sum(d1,d2) from (select (a1+a2) as d1,(a3+a4) as d2,id from 500wan where id='1') as t;错

select d1,d2,(d1+d2) from (select (a1+a2) as d1,(a3+a4) as d2,id from 500wan where id='1') ;错

-------------------以上都是错的-----------------------------------------------

select d1,d2,(d1+d2) from (select (a1+a2) as d1,(a3+a4) as d2,id from 500wan where id='1') as t;对

------------正 文 已 结 束, 感 谢 您 的 阅 读 (折雨的天空)--------------------

转载请注明本文标题和链接:《mysql中sum函数嵌套的使用

奖励一下

取消

分享不易,烦请有多多打赏,如您也困难,点击右边关闭即可!

扫码支持
扫码打赏,5元,10元,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

-秒后自动关闭,如已打赏,或者不愿打赏,请点击右上角关闭图标。

发表评论

路人甲 表情
看不清楚?点图切换