 |
Categories |
|
 |
|
|
2006 - MySQL server has gone away
select pd.products_name, p.products_model, p.products_image, p.products_id, p.manufacturers_id, p.products_price, p.products_weight, p.products_quantity, p.products_qty_blocks as qtyBlocks, p.products_min_order_qty, p.products_tax_class_id, NULL as specials_new_products_price, ptdc.discount_categories_id from products p left join (select products_id, discount_categories_id from products_to_discount_categories where products_id = '16668' and customers_group_id = '0') as ptdc on p.products_id = ptdc.products_id, products_description pd where p.products_status > '0' and pd.products_id = p.products_id and p.products_id = '16668' and pd.language_id = '1'
[TEP STOP]
| | |