DB ERROR
=============================================================================
Mysql_Query : select A.*,B.*,A.uid as uid,B.uid as cuid,B.register_date as register_date
from
morning_goods_table as A
join morning_gcomment_table as B
on
A.uid = B.guid
where
A.approval_date > 0
and goods_grant <= 0
and ( substring(A.goods_category,1,0) = '' or substring(A.goods_mcategory1,1,0) = '' or substring(A.goods_mcategory2,1,0) = '' or substring(A.goods_mcategory3,1,0) = '' or substring(A.goods_mcategory4,1,0) = '' or substring(A.goods_mcategory5,1,0) = '' ) and comment_uid = '0'
order by B.uid desc limit -15, 15
Mysql_Error :
Mysql Error Num :
=============================================================================