Товары для мотокросса (230 Товаров)
Сортировать по:
1021 - Disk full (/tmp/#sql_6567_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
select distinct p.products_image, p.products_model, p.products_weight, m.manufacturers_id, p.products_id, pd.products_name, p.products_max_price, p.products_price_mrkt, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products p left join specials s on p.products_id = s.products_id left join manufacturers m using(manufacturers_id), products_description pd, categories c, products_to_specializations p2s where (p.products_status=1 ) and p.products_id = pd.products_id and pd.language_id = '4' and p.products_id = p2s.products_id and p2s.specializations_id=17 limit 224, 16
[TEP STOP]
select distinct p.products_image, p.products_model, p.products_weight, m.manufacturers_id, p.products_id, pd.products_name, p.products_max_price, p.products_price_mrkt, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products p left join specials s on p.products_id = s.products_id left join manufacturers m using(manufacturers_id), products_description pd, categories c, products_to_specializations p2s where (p.products_status=1 ) and p.products_id = pd.products_id and pd.language_id = '4' and p.products_id = p2s.products_id and p2s.specializations_id=17 limit 224, 16
[TEP STOP]