 |
|
|
| New Custom Products |
|
|
| In-Stock Wristbands |
|
|
| |
 |
|
|
|
|
| |
|
 |
|
|
 |
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 '-9, 9' at line 1
select pd.products_name, p.products_image, p.products_id, pp.products_price, pp.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price from products p left join specials s on p.products_id = s.products_id, products_description pd, prices_gbp pp where p.products_status = '1' and pd.products_id = p.products_id and p.products_id=pp.products_id and pd.language_id = '5' and pp.products_price>0 and s.status = '1' order by s.specials_date_added DESC limit -9, 9
[TEP STOP]
| |