"Nil Satis Nisi Optimum"
Champions : U15:
1999, 2000, 2001, 2005, 2006, 2007, 2008, 2013, 2018
// U17:
2000, 2002, 2005, 2010, 2011, 2014, 2017 // U20:
2004, 2006, 2009, 2011, 2013, 2015, 2017, 2019 ...
Query failed => SELECT Joueurs.Nom AS NomJoueur,
Joueurs.Prenom AS PrenomJoueur,
DATE_FORMAT(DateNaissance,'%d-%m-%Y') AS DateNaissance,
LieuNaissance,
Main,
Nationalite.Nom AS NomNationalite,
Poste.Nom AS NomPoste
FROM Joueurs, Poste, Nationalite
WHERE Joueurs.ID_Joueurs = 9193 AND Joueurs.ID_Nationalite = Nationalite.ID_Nationalite AND Poste.ID_Poste = Joueurs.ID_Poste
User 'hockeyrouendb' has exceeded the 'max_questions' resource (current value: 1081)