SELECT t.*,a.* FROM discuz1.cdb_threads t INNER JOIN discuz1.cdb_attachments a ON t.tid=a.tid WHERE a.isimage=1 and t.attachment=1 group by t.tid ORDER BY t.views DESC
SELECT t.*,a.* FROM bbs_threads t INNER JOIN bbs_attachments a ON t.tid=a.tid WHERE t.fid in(57,54) and t.typeid in(18) and a.isimage=1 and t.attachment=2 and t.digest=1 group by t.tid ORDER BY t.dateline DESC;
SELECT t.*,a.* FROM hall_threads t INNER JOIN hall_attachments a ON t.tid=a.tid WHERE and t.typeid ina.isimage=1 and t.attachment=2 and t.digest=1 group by t.tid ORDER BY t.dateline DESC;