 |
Watches |
 |
|
 |
FEATURING |
 |
|
 |
NEWSLETTER SIGNUP |
 |
|
|
|
 |
 |
Field & Stream |
 |
|
|
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 '1284114839 (PRIMARY KEY (products_model)) ENGINE=memory ignore select p.products' at line 1
create temporary table 1284114839 (PRIMARY KEY (products_model)) ENGINE=memory ignore select p.products_model, p.products_image, pd.products_name, p.products_id, p.manufacturers_id, p.products_price, p.products_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.products_price) as final_price
from (products p
left join specials_retail_prices s using(products_id)),
products_description pd,
manufacturers m
where p.products_status = '1'
and pd.products_id = p.products_id
and pd.language_id = '1'
and p.manufacturers_id = '42'
and m.manufacturers_id = '42' and p.products_quantity>0 order by pd.products_name
[TEP STOP]
| | | | |