- [Type] 查询语句错误
- [5] Out of memory (Needed 128688 bytes)
- [Query] SELECT DISTINCT t.*, ti.attachment as attachmenturl, ti.remote
FROM `forum_thread` t
INNER JOIN `forum_threadimage` ti ON t.tid=ti.tid AND ti.tid>0 WHERE t.readperm='0'
AND t.fid IN ('2','9','10','3','13','29','30','16','56','4','15') AND t.isgroup='0'
AND t.displayorder>='0'
ORDER BY t.dateline DESC
LIMIT 7,2;
|