|
|
 |
| Cartridge for Canon ImageRunner iR2025I |
|
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') order by pc.sort_order,pd.products_url' at line 1
select distinct p.products_id,p.products_image, pd.products_name, pd.products_meta_tag_description,p.products_min_quantity,p.products_size, pd.products_url,pc.sort_order,pc.products_class_id,pcd.products_class_description,p.manufacturers_id, p.products_price, p.products_tax_class_id,pd.products_description_short, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products_description pd, products p left join specials s on p.products_id = s.products_id,products_class pc,products_class_description pcd where pc.products_class_id=pcd.products_class_id and pcd.language_id='1' and p.products_class_id=pc.products_class_id and p.products_status = '1' and pd.products_id = p.products_id and pd.language_id = '1' and p.products_id in () order by pc.sort_order,pd.products_url
[TEP STOP]
|