mysql对多行的多列进行对应求和

select sum(column1),sum(column2) from table1 where XXXX;

posted on 2016-11-04 21:42  XMY_Lydia  阅读(1621)  评论(0)    收藏  举报