QUERY: SELECT DISTINCT news.id, news.name, news.category, news.logo, news.intro, news.text, news.status FROM news, news_kategorijos WHERE news.category=news_kategorijos.id AND news.status=1 ORDER BY news.position DESC, date DESC LIMIT -8,8
ERROR: 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 '-8,8' at line 1