Emballages alimentaires
-
1030 - Got error 28 from storage engine
select distinct p.products_id,p.products_model,p.products_brand_name, pd.products_name,p.products_image, p.products_weight, pd.products_description,pd.products_feature, pd.products_simpledescription, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price,p.products_price,products_msrp from products_description pd, products p left join specials s on p.products_id = s.products_id ,categories_description cd,products_to_categories p2c where p.products_status = '1' and pd.products_description !='' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and cd.categories_id = p2c.categories_id and pd.language_id = '3' and (p2c.categories_id=1 or p2c.categories_id = '5' or p2c.categories_id = '26' or p2c.categories_id = '70' or p2c.categories_id = '27' or p2c.categories_id = '71' or p2c.categories_id = '72' or p2c.categories_id = '73' or p2c.categories_id = '74' or p2c.categories_id = '6' or p2c.categories_id = '91' or p2c.categories_id = '92' or p2c.categories_id = '93' or p2c.categories_id = '94' or p2c.categories_id = '95' or p2c.categories_id = '96' or p2c.categories_id = '97' or p2c.categories_id = '98' or p2c.categories_id = '7' or p2c.categories_id = '24' or p2c.categories_id = '25' )order by p.products_sort_order ,p.products_id desc limit 0, 15
[TEP STOP]