gpt4 book ai didi

cakephp - 如何在cakephp中使用 “find_in_set”查找方法

转载 作者:行者123 更新时间:2023-12-04 13:34:03 31 4
gpt4 key购买 nike

我有一个表,其中另一个表的ID用逗号分隔,我想以适当的形式在蛋糕PHP中使用以下查询,并使用查找功能

"select * from special_offers where find_in_set('".$storeId."', stores) and user_id = '". $userId ."'";

最佳答案

像这样使用

$data = $this->SpecialOffer->find('all',array('conditions' => array('SpecialOffer.user_id' => $userId ,'FIND_IN_SET(\''. $storeId .'\',SpecialOffer.stores1)')));

希望这对您有帮助

关于cakephp - 如何在cakephp中使用 “find_in_set”查找方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9545045/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com