- [Type] dbquery_error
- [1064] 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 'WHEREWHERE s.status = 1 AND ft.fid IN (53,54,1) ORDER BY ft.post_count DESC,ft.t' at line 6
- [Query] SELECT ft.fid,ft.tid,ft.title,ft.content,ft.create_time,ft.lastpost,ft.lastposter,
ft.uid,ft.post_count,ft.share_id,s.cache_data
FROM forum_thread AS ft
INNER JOIN share AS s ON s.share_id = ft.share_id
AND s.share_data IN ('goods','photo','goods_photo')
WHEREWHERE s.status = 1 AND ft.fid IN (53,54,1) ORDER BY ft.post_count DESC,ft.tid DESC LIMIT 0,9
|