Voi pojat

Jokin meni pieleen. Seuraavanlainen virhe tapahtui: SQLSTATE[42000]: Syntax error or access violation: 1064 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 '-10' at line 1. Failing Query: "SELECT n.id AS n__id, n.author AS n__author, n.seura_id AS n__seura_id, n.aika AS n__aika, n.otsikko AS n__otsikko, n.teksti AS n__teksti, n.poistettu AS n__poistettu, u.id AS u__id, u.username AS u__username, u.password AS u__password, u.email AS u__email, u.verified AS u__verified, u.firstname AS u__firstname, u.lastname AS u__lastname, u.oauth_provider AS u__oauth_provider, u.oauth_uid AS u__oauth_uid, u.reset_token AS u__reset_token, u.reset_token_expires AS u__reset_token_expires, COALESCE(u.username, 'Webmaster') AS u__0, DATE_FORMAT(n.aika, '%e.%c.%Y') AS n__1 FROM news n LEFT JOIN user u ON n.author = u.id ORDER BY n.aika DESC LIMIT 10 OFFSET -10"