Loading... ```php <?php use think\facade\Db; use think\db\Raw; $mode = (new User())->where([ ['name','EXP',new Raw('IS NOT NULL')], // 写法一 ['mobile','EXP',`DB::raw('IS NULL')`] // 写法二 ])->field("*")->select()->toArray() ``` 最后修改:2023 年 04 月 24 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 4 感谢赏赐的coffee~