select a.*, b.f_sname from bbs_article as a left join ( select f_link, f_type, f_sname from attach where f_type = 'thum' and is_del = '0' ) as b on a.aid = b.f_link where a.b_table = 'news/newspaper' and a.is_del = '0' and a.is_del = '0' and a.is_draft = '0' order by a.auth_date desc, a.aid desc limit 225, 15

1317 : Query execution was interrupted

error file : /with.bv/news/newspaper/list