1064: SELECT web.id,web.categoryid,web.title,web.ratebyhit,web.file,wc.slug from web LEFT JOIN category wc on web.categoryid=wc.id where web.status=1 AND web.categoryid=89 order by web.id desc limit 20 offset -20
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 '-20' at line 2