SELECT article_econ.id AS econ_id, article_econ.article_id, article_econ.created, article_econ.edited, article_econ.views, article.breif AS subtitle, article.name AS title, article.logo, article.logo_fb FROM article_econ LEFT JOIN article ON article.id = article_econ.article_id WHERE (article_econ.published = '1' AND article_econ.type = 'banking') ORDER BY article_econ.id DESC