gpt4 book ai didi

mysql - 使用 `having` : in MySQL it's working fine but unable to use in Laravel 时出现问题

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

我正在尝试获取库存的库存

$inv = DB::table('inventories')             
->havingRaw('Coalesce(inventories.inv_hold, 0) +
Coalesce(inventories.inv_sold, 0) + Coalesce(inventories.inv_return, 0), >, inventories.quantity')
->get();

但这似乎不起作用。找不到我的错误。我在这里做错了什么?

最佳答案

(代表问题作者发布)

我关注了一个博客,其中显示 , in havingRaw

关于mysql - 使用 `having` : in MySQL it's working fine but unable to use in Laravel 时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54249726/

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