Time: 2007-3-16 4:58pm
Script: /discuz/index.php
SQL: SELECT
f.aid, f.attachment, f.isimage, f.filesize, t.dateline,t.tid,t.subject,t.author,t.highlight,t.authorid,t.views,t.replies,t.lastpost,t.lastposter FROM [Table]attachments f LEFT JOIN [Table]threads t ON t.tid=f.tid WHERE f.readperm='0' AND displayorder>='0' AND isimage='1' AND filesize>'10000' AND t.fid IN (89,90) GROUP BY f.tid ORDER BY f.dateline 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 ',90) GROUP BY f.tid ORDER BY f.dateline DESC LIMIT 5' at line 2
Errno.: 1064
Similar error report has beed dispatched to administrator before. |