What i am doing
->addFieldToFilter('value', array(['eq' => '', array('isnull' => true)]))
What i want in the query – ‘((value
= ” )is NULL)`
Can anyone help me on this
Thanks.
What i am doing
->addFieldToFilter('value', array(['eq' => '', array('isnull' => true)]))
What i want in the query – ‘((value
= ” )is NULL)`
Can anyone help me on this
Thanks.