gpt4 book ai didi

mysql - 存储在另一列中的几个 MySQL 列的总和?

转载 作者:可可西里 更新时间:2023-11-01 07:59:40 27 4
gpt4 key购买 nike

我在 MySQL 数据库中有几列,我想将它们添加并存储在另一列中:

column1     column2     column3    subtotal
10 10 10 30

有没有办法做到这一点?

最佳答案

update yourtable set subtotal = col1 + col2 + col3

关于mysql - 存储在另一列中的几个 MySQL 列的总和?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11252289/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com