0
点赞
收藏
分享

微信扫一扫

where

李雨喵 2022-02-07 阅读 54
$typeNumber   = str_enhtml($this->input->get('typeNumber',TRUE));
$skey   = str_enhtml($this->input->get('skey',TRUE));
$where  = '(isDelete=0) and typeNumber="'.$typeNumber.'"';
$where .= $skey ? ' and name like "%'.$skey.'%"' : '';
举报

相关推荐

mysql where if

SQL 语法——WHERE

Mysql - WHERE子句

mysql 双列where

pandas where 用法

WHERE Clause Optimization

0 条评论