0
点赞
收藏
分享

微信扫一扫

【CSP】爆零的独特姿势

三分梦_0bc3 2024-11-09 阅读 19

exp 是用原生表达式查询的意思

$res=Db::table('tbcardlist')->where('qc_hr_wac_hadsend','exp','is null  or qc_hr_wac_hadsend=0')->order('ID','asc')->find();
select top 10 * from tbcardlist where qc_hr_wac_hadsend is null or qc_hr_wac_hadsend=0 order by ID asc


select top 10 * from tbcardlist where qc_hr_wac_hadsend is null order by ID asc
select top 10 * from tbcardlist where qc_hr_wac_hadsend is not null order by ID asc
举报

相关推荐

0 条评论