子查询语句

Posted brady-wang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了子查询语句相关的知识,希望对你有一定的参考价值。

select a.sm+b.sm+c.sm+d.sm+e.sm+f.sm+g.sm+h.sm+i.sm+j.sm+k.sm+l.sm+m.sm+n.sm+o.sm+p.sm+q.sm+r.sm+s.sm+t.sm+u.sm+v.sm+w.sm+x.sm+y.sm+z.sm+aa.sm+bb.sm+cc.sm+
dd.sm+ee.sm+ff.sm as total from
(select IFNULL(sum(amount),0)*100 sm from tb0 where uid = 333 and type in(10,12)) a ,
(select IFNULL(sum(amount),0) sm from tb1 where uid = 1382681670 and item_type in(10,12)) b,

以上是关于子查询语句的主要内容,如果未能解决你的问题,请参考以下文章

DML语句 -- 子查询

sql子查询 嵌套SELECT语句

sql子查询 嵌套SELECT实用语句

子查询

sql server——子查询

SELECT中(非常)常用的子查询操作