SELECT id,name,slug,cover,last_chapter,last_update,post,views,genres,magazines
FROM welo_manga_mangas
WHERE hidden = '0' AND (name LIKE '%극한의 수행으로 만들어낸 검귀의 인격으로 이세계를 압도한다~%' OR other_name LIKE '%극한의 수행으로 만들어낸 검귀의 인격으로 이세계를 압도한다~%' OR authors LIKE '%극한의 수행으로 만들어낸 검귀의 인격으로 이세계를 압도한다~%') ORDER BY last_update DESC
LIMIT -30, 30You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-30, 30' at line 4