数据库读写时发生错误
数据库读写时发生错误
出错网址:
http://m.yjiwang.com/pc/jwlist.php?page=-1

出错提示:
SQL执行出错!

MySQL给的错误提示:
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 '-10,10' at line 1(1064)

SQL语句:
select a.*,b.f_fullname,b.f_pic from (select * from `t_jw` order by f_addTime desc,id desc) a left join t_mu b on a.f_muId = b.id left join t_member c on a.f_uid = c.f_uid order by a.f_addTime desc,a.id desc LIMIT -10,10