Suivez tous les matchs en cours en direct LIVE ! Roster Actualiser 
Le serveur SQL est dans l'impossibilité d'effectuer la requête
Voici le message d'erreur renvoyé par la base de données :

Code erreur 1064 : Une erreur de syntaxe SQL se trouve dans la requte "and cd_show_ppv.no_show_ppv=cd_match.no_show_ppv group by cd_match.no_match...".

SELECT cd_match.no_match, max(date_lance) as datemaxlance FROM cd_match, cd_show_ppv, cd_match_lutteur, cd_match_histo_tour_lance WHERE termine=1 and cd_match.no_type_match>0 and cd_match.no_match=cd_match_histo_tour_lance.no_match and cd_match.no_match=cd_match_lutteur.no_match and cd_match_lutteur.no_lutteur= and cd_show_ppv.no_show_ppv=cd_match.no_show_ppv group by cd_match.no_match having datemaxlance > '2026-06-11 00:00:00' ORDER BY date_lance DESC