国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

mysql - Find SQL statement
黃舟
黃舟 2017-05-18 10:50:09
0
2
885


How to use SQL statements to realize the sum of each column in Total One, Total Two, and Total Three?

黃舟
黃舟

人生最曼妙的風(fēng)景,竟是內(nèi)心的淡定與從容!

reply all(2)
巴扎黑
select sum(num) from table group by title;
洪濤

Are total one, total two and total three the column names of three columns? Do you want to calculate the sum of these three columns respectively?
If that’s what you mean, then try
select sum(合計(jì)一) from 表名;
Calculate the sum of one column in this way, and the other two are the same

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template