Yii2 的 find 查询条件问题 [ 2.0 版本 ]
例,以下原生SQL语句怎么用find写
select * from product where id=1 and name='3' and (del <>1 or del is null);
Product::find()
->andFilterWhere(['=','id',1])
->andFilterWhere(['=','name',3])
....
括号中的条件怎么写? 高手指教
bobysky
注册时间:2015-03-01
最后登录:2016-10-05
在线时长:23小时7分
最后登录:2016-10-05
在线时长:23小时7分
- 粉丝6
- 金钱0
- 威望0
- 积分230