Coupe de france legacy
Erreur sur la mysql_querySELECT `ID_TOURNOI`, `Performance`.`ID_JOUEUR`, CONCAT(`ID_TOURNOI`, '@', `Performance`.`ID_JOUEUR`) AS ID_MATCHS , CONCAT(`Joueurs`.PRENOM, ' ' ,`Joueurs`.PSEUDO) as NOM , `MatchPoint` , CONCAT( `MatchWin` , '(', `MatchBye` , ')-', `MatchDraw` , '-', `MatchLoss` ) as Resultat , `MatchWinPercentage` ,`GameWinPercentage` , `OpponentMatchWin`,`OpponentGameWin` , `Rank` , `PointCdf` FROM `Performance`, `Joueurs` where `Performance`.`ID_JOUEUR` = `Joueurs`.`ID_JOUEUR` and `ID_TOURNOI` = '09 11 2090053' order by `Rank` asc
Table 'mougmagic.Performance' doesn't exist
Fin de traitement.