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 'limit 15, 15' at line 1
select DISTINCTROW p.products_image, pd.products_name, p.products_quantity,p.products_date_added, p.products_date_available, p.products_import_module_codes, pd.main_image_alt_tag, p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id from products p, products_description pd, manufacturers m, products_to_categories p2c, categories c where c.categories_status = '1' and p.products_id = p2c.products_id and c.categories_id = p2c.categories_id and p.products_status = '1' and pd.products_id = p.products_id and pd.language_id = '6' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '20' order by limit 15, 15