Answers for "how to use “find_in_set” in cakephp 3 find method"

PHP
0

how to use “find_in_set” in cakephp 3 find method

$data = $this->SpecialOffer->find('all',array('conditions' => array('SpecialOffer.user_id' => $userId ,'FIND_IN_SET(''. $storeId .'',SpecialOffer.stores1)')));
Posted by: Guest on January-12-2022

Code answers related to "how to use “find_in_set” in cakephp 3 find method"

Browse Popular Code Answers by Language