SQL: SELECT p.*
FROM [Table]posts p , [Table]threads t
WHERE p.authorid = '11912' AND p.tid=t.tid
WHERE ORDER BY t.lastpost DESC LIMIT 5
Error: 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 'WHERE ORDER BY t.lastpost DESC LIMIT 5' at line 4
Errno.: 1064
Similar error report has beed dispatched to administrator before.作者: ubuntuhk 时间: 11-8-2009 16:13 标题: 回复 #1 蒙面超人 的帖子 谢谢超人反馈,现在已经修复这个BUG了。