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 '-20, 20' at line 7

SELECT * FROM `tbl_product` LEFT JOIN `tbl_category` ON `tbl_category`.`category_id` = `tbl_product`.`category` WHERE `category` = '105' AND `status` = '1' ORDER BY `tbl_product`.`name` LIMIT -20, 20

Filename: models/Product_model.php

Line Number: 103