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