Laravel 8 orderByRaw

2021-07-19 11:11 更新

orderByRaw 方法可用于将原生字符串设置为 order by 语句的值:

$orders = DB::table('orders')
                ->orderByRaw('updated_at - created_at DESC')
                ->get(); 
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号