Naturkosmetik, Koerperpflege, Gesichtspflege, Haarpflege, Handpflege, Fusspflege
Naturkosmetik, Koerperpflege, Gesichtspflege, Haarpflege, Handpflege, Fusspflege1054 - Unknown column 'p.products_id' in 'on clause'
select p.products_fsk18,
p.products_shippingtime,
p.products_model,
p.products_ean,
pd.products_name,
p.products_id,
p.products_price,
p.products_tip,
p.products_tip_status,
m.manufacturers_name,
p.products_quantity,
p.products_image,
p.products_weight,
pd.products_short_description,
pd.products_description,
p.manufacturers_id,
p.products_vpe,
p.products_vpe_status,
p.products_vpe_value,
p.products_discount_allowed,
p.products_tax_class_id
from products p, products_description pd, manufacturers m left join specials s on p.products_id = s.products_id
where p.products_status = '1'
and pd.products_id = p.products_id
and pd.language_id = '1'
and p.manufacturers_id = m.manufacturers_id
and m.manufacturers_id = '1'
[XT SQL Error]