Nouveaux jeux
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 '-20,20' at line 3 : SELECT g.game_id as game_id, gd.title as title, g.* FROM games g
LEFT JOIN games_detail gd on gd.game_id = g.game_id
WHERE (gd.lang_id='2') ORDER BY g.datum DESC LIMIT -20,20