gpt4 book ai didi

php - 对 PHP 中所选列的总和进行求和,我的代码正确吗?

转载 作者:行者123 更新时间:2023-11-29 11:38:10 24 4
gpt4 key购买 nike

我正在为“价格”列的总销售额创建一个代码,我这样做对吗???

public function gettotalsales()
{
$stmt = $this->conn->prepare("Select SUM(Price) From tbl_orderlist where Price != '' ");
$stmt->execute();
return $stmt;
}

Database img

最佳答案

您只需编写以下行

Select SUM(Price) From tbl_orderlist

关于php - 对 PHP 中所选列的总和进行求和,我的代码正确吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36278295/

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