Database Error

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 1

SELECT a.*, b.title AS category FROM tblog a JOIN tcategory_blog b ON a.category = b.nomor WHERE 1=1 AND publish_date <= NOW() AND (visibility <> 'hide' OR visibility IS NULL) AND ( FIND_IN_SET(108, a.lesson_type) ) ORDER BY publish_date DESC LIMIT -5, 5

Filename: views/template/blog.php

Line Number: 51