Invalid Query :
SELECT f.* from i_article_file af left join i_file f on af.file_id=f.file_id where af.a_id= and f.file_ext in ('jpg','gif') and f.file_width>=115 and f.file_height>=100 order by af.af_id asc limit 1