gpt4 book ai didi

mysql - 如何以相反的顺序编写 Laravel 查询

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

如何以相反的顺序编写 Laravel 查询

SELECT * FROM orders ORDER BY -id DESC

这可行,但想在 laravel 查询中传输它

请问这样怎么写

return $this->belongsToMany('something...')->where('actove', '=', 1)->orderBy('id','DESC')->with(['users']);

最佳答案

这段代码可以工作

return $this->belongsToMany('something...')->where('active', '=', 1)->oldest('id')->with(['users']);

关于mysql - 如何以相反的顺序编写 Laravel 查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58230182/

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