thinkphp 查询语句 in 的相关问题

我的sql语句如下:selectDISTINCTb.paperid,b.paperdesfromtp_reportdzbwhereb.remark=0andb.depid... 我的sql语句如下:
select DISTINCT b.paperid,b.paperdes from tp_reportdz b where
b.remark=0 and b.depid in(select a.depid from tp_dept_user a where a.username='A');

我将其翻译到thinkphp语言是这样的:
$where['depid']=$user->where($condition)->Field('depid')->select();
$cond['depid']=array('in',$where);
$cond['remark']=1;
M('user')->where($cond)->select();
这样写有什么问题呢?这不是in条件查询码?array('in',$where)传不进值,why?
展开
 我来答
微秃中坑
2014-07-22 · 超过32用户采纳过TA的回答
知道答主
回答量:68
采纳率:0%
帮助的人:74.9万
展开全部
你这里的$where['depid']是一个数组,array('in',$where)这里的$where应该是个字符串吧, 你把$where['depid']转成字符串再试试
更多追问追答
追问
请问怎么转换啊?需要拆分数组吗?我使用explode(',',$cond),拆分不了啊,是mull
追答
是implode()才对,
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式