[ClassementDao::classements]
SQLSTATE[42000]: Syntax error or access violation: 1064 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 '-50, 50' at line 1
SELECT l.place, l.place_categorie, l.numero_licence, c.nom AS club, l.nom, l.prenom, l.categorie, l.sexe, l.epreuves, l.points, l.bonus, l.points + l.bonus AS total FROM licencies l LEFT JOIN clubs c ON (l.club_id = c.id_club AND c.actif = 1 AND c.suppression = "0000-00-00 00:00:00") WHERE l.saison_id = :id_saison AND l.sexe = :sexe AND l.place > 0 AND l.suppression = "0000-00-00 00:00:00" ORDER BY place ASC LIMIT :offset, :size