php如何批量修改某一字段的值?
烟雨江南
烟雨江南 2017-03-13 09:30:33
0
1
1077
烟雨江南
烟雨江南

全部回复(1)
迷茫

where in 不能直接传数组的

$arr=[33, 64, 89, 128];

echo $sql="update table set `column`='value' where id in ('".implode("','",$arr)."');";
// update table set `column`='value' where id in ('33','64','89','128');
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板