 |
Watches |
 |
|
 |
FEATURING |
 |
|
 |
NEWSLETTER SIGNUP |
 |
|
|
|
|
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 '1223332175 (PRIMARY KEY (products_model)) ENGINE=memory ignore select distinct p' at line 1
create temporary table 1223332175 (PRIMARY KEY (products_model)) ENGINE=memory ignore select distinct p.products_model, p.products_image, pd.products_name,
p.products_id,
p.products_image,
p.products_price,
p.products_tax_class_id,
least(s.specials_new_products_price, p.products_price) as final_price from (products p
left join specials s using(products_id) ),
products_description pd where s.status = '1'
and p.products_status = '1'
and pd.products_id = p.products_id
and pd.language_id = '1' order by pd.products_name
[TEP STOP]
| | | | |