How to find row by column with null value?
It doesn't work:
$criteria->condition = '`seller_id` IS NULL';
$criteria->addCondition('seller_id IS NULL');
$data= MODEL::model()->find($criteria);
tried this? **seller_id** is the mapped column name in Yii, it may not be same as the actual column name in your database.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With