三表联合查询出错是啥原因?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了三表联合查询出错是啥原因?相关的知识,希望对你有一定的参考价值。
请帮忙修改程序:$query = "select a.*,b.*,c.* FROM(((pinglun a INNER JOIN news b ON a.newid=b.id)INNER JOIN myname c ON a.userid=c.userid) where a.userid='".$openid."' order by a.id desc limit ".$ind.', '.$count;
出错如下:<b>Warning</b>: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in <b>D:\wwwroot\sxxtsglxt\wwwroot\php\zx_shangjia4.php</b> on line <b>41</b><br />
帮我修改一下:$query = "select a.*,b.*,c.* FROM(((pinglun a INNER JOIN news b ON a.newid=b.id)INNER JOIN myname c ON a.userid=c.userid) where a.userid='".$openid."' order by a.id desc limit ".$ind.', '.$count;
本回答被提问者采纳mysql三表联合查询
其中clrk表中的,dwmc,wzlb,wzmc,ggxh,jldw,mldj,sssl:(上个月数量)
clrkmx表中也有dwmc,wzmc,ggxh,srfs,srsl,其中srsl要根据收入方式来求和
ffcl表中,wzmc,ggxh,gh,fcsl;其中fcsl要根据gh来求和
将这个三个表按照cgsj进行联合查询:
我需要得到以下数据:
dwmc,wzmc,ggxh,jldw,mldj,sssl,srfs,srsl,gh,fcsl,更具采购日期(cgyf)获取当月的全部数据
按照这个模式写出来就OK了
你的问题描述的不是很清楚,我也只能是给你一个模式了!
以上是关于三表联合查询出错是啥原因?的主要内容,如果未能解决你的问题,请参考以下文章