 |
1054 - Unknown column 'p.products_id' in 'on clause'
select p.products_id, pd.products_name,tz.zone_name, pd.products_description,p.product_services,p.days,p.nights, p.products_model, p.products_quantity, p.products_image, pd.products_url, min(p.products_price) as products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from products p,
products_description pd
left join products_to_categories ptc ON ptc.products_id=p.products_id
left join zones tz on tz.zone_id=p.arrival_region
where p.products_status = '1' and ptc.categories_id = '21' and pd.products_id = p.products_id and pd.language_id = '1' group by pd.products_name limit 0,12
[TEP STOP]
| | |