Anfrage fehlgeschlagen 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 '-1,6' at line 14
SELECT articles.title as title, admins.displayname as author, articles.previewtext as content, articles.id as id FROM admins, articles WHERE admins.uid = articles.authorId AND articles.tags LIKE "_NewcomerCheck1208722855%" AND LEFT(articles.tags,15) IN ( SELECT LEFT(categories.id,15) FROM categories, categoryGroups WHERE categoryGroups.name = "checks" AND categories.groupId = categoryGroups.id ) ORDER BY articles.date DESC LIMIT -1,6