| |
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 '-100, 100' at line 2
select p.products_id, p.products_rating,p.products_color,p.products_origin,p.products_binder,p.products_filler,p.products_image_2,p.products_quantity, p.products_length, p.products_strength,p.products_ring_size, p.products_box_qt,p.products_wrapper, m.manufacturers_name, pd.products_name, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_tax_class_id, p.products_accessory_type from products p, products_description pd, manufacturers m where
p.products_special = 'special' and p.manufacturers_id = m.manufacturers_id and p.products_id = pd.products_id and pd.language_id = '1' limit -100, 100
[TEP STOP]
| | |