数据库出错:
MySQL Query Error
Mysql error description: 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 A.iLogKey<>19711
order by A.dLogPostDate desc limit 16' at line 6
Mysql error number: 1064
Date: 2010-07-30 21:48
Script: http://www.my1510.cn/article.php
SQL code: select A.iLogKey,A.cLogDesKey,A.cLogTitle,A.dLogPostDate,A.iLogUpPoint,
A.iLogViewNum,A.dLogAddDt,B.cUserNickname,B.cUserName,C.cCateDesKey,C.cCateCNName
from my1510_logs A
left join my1510_users B on A.iLogAuthorId=B.iUserKey
left join my1510_categories C on A.iCateKey=C.iCateKey
where A.iLogIsPass=1 and A.iLogDelState=0 and A.iLogAuthorId= and A.iLogKey<>19711
order by A.dLogPostDate desc limit 16;