(PACA)
Adresse :
Date et heure :
16/12/2023
Categorie Type
M17 Homme Epée Zone
M17 Dame Epée Zone
M13 Homme Epée Zone
M13 Dame Epée Zone
Inscriptions :
Résultats :
Retour au calendrier des compétitions
SELECT min(date) FROM competition c, categorie_competition cc WHERE c.id = cc.competition_id AND date>'2025-01-15'
SELECT distinct c.id FROM competition c, categorie_competition cc WHERE c.id = cc.competition_id AND date>='2025-01-18' ORDER by date, libelle LIMIT 0, 3