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 '-30, 30' at line 1
select p.products_id, pd.products_name, pd.products_genre, p2c.categories_format, p.products_title, p.products_price, p.products_tax_class_id, p.products_image from products p,products_to_categories p2c,products_description pd where pd.products_genre ='film' and p.products_status = '1' and pd.products_id = p.products_id and p2c.products_id= p.products_id and pd.language_id = '4' order by pd.products_name, p.products_title, p2c.categories_format ASC limit -30, 30