SQL: SELECT a.aid, a.attachment, a.remote, t.tid, t.subject
FROM [Table]attachments a
INNER JOIN [Table]threads t ON t.tid=a.tid AND displayorder>='0'
WHERE a.readperm='0' AND a.isimage='1' AND (a.filetype IN ('image/pjpeg','image/png') OR a.attachment LIKE '%.jpg' OR a.attachment LIKE '%.png' OR a.attachment LIKE '%.jpeg') AND t.fid IN ('383','375','272','279','353','361','354','362','197','364','174','363','218','226','187','141','365','183','343','53','332','113','59','118','119','127','156','27','34','37','39','50','52','32','109','33','84','330','23','35','67','68','69','106','108','344','189','219','225','220','291','338','292','293','229','319','329','339','340','347','374','327','357','369','41','371','115','114','134','359','370','130','9','372','4','373','3','7','86','121','300','36','302','44','110','301','267','308','306','320','252','309','307','129','265','350','201','326','356','358','321','360','57','379','401','99','215','175','210','116','314','24','316','125','105','325','236','336','281','378','237','274','317','117','282','224','222','152','167','199','242','304','241','305','250','275') GROUP BY a.tid
ORDER BY a.dateline DESC
LIMIT 0, 10;
Error: Error writing file 'C:\WINDOWS\TEMP\MY850B.tmp' (Errcode: 28)
Errno.: 3
Similar error report has beed dispatched to administrator before.