thinkphp 调用mysql函数

浏览:3163 发布日期:2016/12/01 分类:求助交流
举个栗子
$where['status'] = '1';
$where['create_time'] = '1991';

//在这里我想调用mysql自带的FIND_IN_SET函数改怎么写呢?
$where['type'] = "FIND_IN_SET($type,'combo_type')";
最佳答案
评论( 相关
后面还有条评论,点击查看>>