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

select tbl_content.* , ( SELECT count( tbl_comments.comment_ID ) FROM tbl_comments WHERE tbl_comments.comment_post_ID = tbl_content.content_id AND tbl_comments.comment_approved = '1' ) AS numcomments FROM tbl_content where 1=1 AND `tbl_content`.`mod_id` = '15' order by `tbl_content`.`created_dt` desc limit -5, 5