|
|
|
|
|
1060 - Duplicate column name 'productsk_quantity'
select count(*) as total from (select p.productsk_image, pd.productsk_name, p.productsk_quantity, p.productsk_id, p.manufacturersk_id,p.productsk_meret, p.productsk_quantity, p.productsk_price, p.productsk_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.productsk_price) as final_price from ((productsk_description pd, productsk p) left join manufacturersk m on p.manufacturersk_id = m.manufacturersk_id, productsk_to_categories p2c) left join specials s on p.productsk_id = s.products_id where p.productsk_status = '1' and p.productsk_id = p2c.productsk_id and pd.productsk_id = p2c.productsk_id and pd.language_id = '1' and p2c.categoriesk_id = '0') as sr_count
[TEP STOP]
| | | |