$condition = array($pk=>array(‘in‘,explode(‘,‘,$id)));//???
$this->model->where($condition)->delete()
//DELETE FROM `user` WHERE `id` IN (‘116‘,‘115‘,‘113‘)
怎样理解??
151102SQL语句
原文:http://www.cnblogs.com/a963383404/p/4930272.html