string(546) "SELECT a.article_id FROM oc_newsblog_category_path cp LEFT JOIN oc_newsblog_article_to_category a2c ON (cp.category_id = a2c.category_id) LEFT JOIN oc_newsblog_article a ON (a2c.article_id = a.article_id) LEFT JOIN oc_newsblog_article_description ad ON (a.article_id = ad.article_id) LEFT JOIN oc_newsblog_article_to_store a2s ON (a.article_id = a2s.article_id) WHERE ad.language_id = '2' AND a.status = '1' AND a.date_available <= NOW() AND a2s.store_id = '0' AND cp.path_id = '1' GROUP BY a.article_id ORDER BY a.sort_order ASC"