当前位置:网站首页>TP5 query and and or condition nesting
TP5 query and and or condition nesting
2022-06-30 00:20:00 【cszzl123】
TP5 Inquire about AND and OR Conditions of nested
Using closures tp5 Built in query method
$where = [
'status'=> 1
];
$whereOr = [
'tel' => null,
'address' => null,
];
Db::name('user')
->where($where)
->whereOr(function($query) use ($whereOr){
$query->where($whereOr);
})
->select();
And the following sql The effect of the statement is the same
select id from user where status = 1 and (tel is null or address is null)
边栏推荐
- Copy linked list with random pointer [space for time --hash record]
- Solr basic operations 13
- 【毕业季|进击的技术er】工作七年的职场人,不希望你们再走弯路
- leetcode 416. Partition Equal Subset Sum 分割等和子集(中等)
- DOM 知识点总结
- 利用 CertBot 申请 Let’s Encrypt SSL 证书
- Analysis of common vlog parameters
- SQL Server database addition, deletion, modification and query statements
- 微信支付 APP端 第三弹 申请退款
- Table responsive layout tips for super nice
猜你喜欢

MySQL:SQL概述及数据库系统介绍 | 黑马程序员

QPainter的使用入门:绘制象棋界面

Zhongang Mining: Fluorite helps the construction and development of lithium battery in fluorine industry

QT learning 06 widgets and window types

单位固定资产怎么管理,行政单位的固定资产应该怎么管理

代码分析平台 SonarQube 实战

MySQL高级篇2

The role of VMware virtual machine

Andorid source build/envsetup. SH details to know

视频ToneMapping(HDR转SDR)中的颜色空间转换问题(BT2020转BT709,YCbCr、YUV和RGB)
随机推荐
Mysql:sql overview and database system introduction | dark horse programmer
MySQL multi table query
Construction of module 5 of actual combat Battalion
gyctf_2020_document
Stack space of JVM
Solr基础操作16
QT learning 06 widgets and window types
《性能之巅第2版》阅读笔记(四)--Memory监测
Quick pow: how to quickly find power
Color space conversion in video tonemapping (HDR to SDR) (bt2020 to bt709, YCbCr, YUV and RGB)
如何实现搜索引擎中的拼写纠错功能——思路
[advanced C language] user defined type
Majority element ii[molar voting method for finding modes]
SSH key disclosure (module B competition topic) -- Application Service Vulnerability scanning and utilization
Solr basic operation 16
vim插件管理器vim-plug安装方法
QT learning 02 GUI program example analysis
Statistical query of SQL Server database
SQL Server database addition, deletion, modification and query statements
ThinkPad VMware installation virtual machine: this host supports Intel VT-x, but Intel VT-x is disabled (problem resolution)