French English
 
Listing par date de tous nos éditoriaux
1030 - Got error 28 from storage engine

select p.newsdesk_date_added, p.newsdesk_id, p.newsdesk_status, p.newsdesk_date_added, pd.newsdesk_article_name, pd.newsdesk_article_shorttext, pd.newsdesk_article_description, pd.newsdesk_article_url, pd.newsdesk_article_url_name, p.newsdesk_image, p.newsdesk_image_two, p.newsdesk_image_three, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, NULL) as final_price from ((newsdesk_description pd, newsdesk p) left join manufacturers m on p.newsdesk_id = m.manufacturers_id, newsdesk_to_categories p2c) left join specials s on p.newsdesk_id = s.products_id where p.newsdesk_status = '1' and p.newsdesk_id = p2c.newsdesk_id and pd.newsdesk_id = p2c.newsdesk_id and pd.language_id = '5' and p2c.categories_id = '4' order by p.newsdesk_date_added desc

[TEP STOP]