|
|
 |
| 0 items |
 |
|
|
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 ') and s.status = '1' order by s.specials_date_added desc limit 10' at line 1
select s.products_id, pd.products_name, p.products_price, pdt.products_price as distrib_custom_price, p.products_tax_class_id, p.products_image, s.specials_new_products_price from (specials_distributors s LEFT JOIN products_distributors pdt ON s.products_id = pdt.products_id and s.distributors_id = pdt.distributors_id) LEFT JOIN products p ON (p.products_id = s.products_id ), products_description pd where s.distributors_id = '' and pd.products_id = s.products_id and pd.language_id = '4' and (p.distributors_id = 0 OR p.distributors_id =) and s.status = '1' order by s.specials_date_added desc limit 10
[TEP STOP]
|