A Database Error Occurred

Error Number: 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 '-12, 12' at line 5

SELECT p.*, pl.* FROM product_category pc LEFT JOIN product p ON pc.id = p.product_category_id LEFT JOIN product_lang pl ON p.id = pl.product_id WHERE pc.id = '19' AND pl.sys_lang_id = '1' AND p.status = 1 ORDER BY pl.price ASC LIMIT -12, 12

Filename: models/Product_category_model.php

Line Number: 749