select p.products_id,
pd.products_name,
pd.products_description,
p.products_image,
p.products_tax_class_id,
IF(s.status, s.specials_new_products_price, p.products_price) as products_price
from products_description pd,
products p
left join specials s
on p.products_id = s.products_id
where p.products_id in (5270)
and p.products_status = '1'
and p.products_id = pd.products_id
and pd.language_id = '4'
[TEP STOP]
2006 - MySQL server has gone away
select count(*) as total from sessions where sesskey = 'djcq9f2jm21hqncptc6haeqee0'