gpt4 book ai didi

mysql - MYSQL多列总和

转载 作者:行者123 更新时间:2023-11-29 16:22:58 25 4
gpt4 key购买 nike

请帮我得到总和...

select SUM(free),SUM(Paid),SUM(Guest)
from food_regs
where start date= 'date' and end date ='date'

enter image description here

最佳答案

根据您的问题,我假设您需要特定日期的三个字段的总和。

然后尝试以下查询

select free+paid+guest from food_regs where start date= 'date' and end date ='date';

关于mysql - MYSQL多列总和,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54434058/

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