错误提示
出错信息: MySQL Query Error
SQL:
SELECT C.*,A.*,B.name as cname,B.subname as csubname,B.mid
FROM yj423_content A
LEFT JOIN yj423_category B ON A.cid = B.cid
LEFT JOIN yj423_expand_content_al C ON C.aid = A.aid
WHERE A.status=1 AND B.cid in (19) AND A.sslp= AND B.lang=1 ORDER BY A.updatetime desc LIMIT 100
错误详情: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND B.lang=1 ORDER BY A.updatetime desc LIMIT 100' at line 6
错误代码:1064