thinkPHP双表查询转换为join的写法
thinkPHP双表查询转换为join的写法$count=$this->join('__USER__ON__COMMENT__.uid=__USER__.id')->fi...
thinkPHP双表查询转换为join的写法
$count= $this->join('__USER__ ON __COMMENT__.uid=__USER__.id')
->field('__COMMENT__.id,__COMMENT__.content,__COMMENT__.create,__COMMENT__.uid,__USER__.username,__USER__.domain')
->order('__COMMENT__.create DESC')
->where('__COMMENT__.tid='.$tid)
->count();
哪里错了? 展开
$count= $this->join('__USER__ ON __COMMENT__.uid=__USER__.id')
->field('__COMMENT__.id,__COMMENT__.content,__COMMENT__.create,__COMMENT__.uid,__USER__.username,__USER__.domain')
->order('__COMMENT__.create DESC')
->where('__COMMENT__.tid='.$tid)
->count();
哪里错了? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询