$tmp_uids=array_chunk($uids,900); $diabetes_project=new Tdiabetes_project(); $whereStr=''; foreach ($tmp_uids as $k=>$v){ $whereStr.= " id in ('".implodeFor8("','",$v)."') or"; } $whereStr=rtrim($whereStr,'or'); $diabetes_project->whereAdd($whereStr);
array_chunk可以按length对数组进行拆分。
------------正 文 已 结 束, 感 谢 您 的 阅 读 (折雨的天空)--------------------
转载请注明本文标题和链接:《SQL中in查询在Oracle中出现超过1000的问题,PHP使用array_chunk处理》
发表评论