tp5 not null 数组 拼写方式
之前好不容易查到
第二次又查了半天 还是记下来比较好
$where['politics'] = ['not null', '']; //not null
$where['politics'] = ['null', '']; // null
本文分享了在ThinkPHP5中使用NotNull和Null条件进行数组拼写查询的实用技巧,帮助开发者快速掌握复杂查询语句的构造方法。
tp5 not null 数组 拼写方式
之前好不容易查到
第二次又查了半天 还是记下来比较好
$where['politics'] = ['not null', '']; //not null
$where['politics'] = ['null', '']; // null
6507
1155

被折叠的 条评论
为什么被折叠?