A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-1, 9' at line 5

SELECT `tbl_post`.*, `user_name`, `user_photo` FROM `tbl_post` LEFT JOIN `tbl_user` ON `post_user_id`=`user_id` ORDER BY `post_id` DESC LIMIT -1, 9

Filename: models/Post_model.php

Line Number: 41