【发布时间】:2017-08-16 08:37:45
【问题描述】:
下面是codeigniter单列where_in子句$this->db->where_in('x1',$val);
如何在 CodeIgniter where_in 子句中传递多个列,如下面的 MySQL 查询 select * from tab1 where (col1,col2) in ((1,2),(2,3))
任何帮助表示赞赏
【问题讨论】:
标签: php mysql codeigniter where-in