SELECT ID_coureur, nom, prenom FROM acrho_participant WHERE ID_coureur = 109
j'ai bien le nom et le prènom de la personne (ID aussi) qui apparaissent endessous de l'affichagePar contre, si je mets ceci:
SELECT t1.ID_coureur, t1.nom, t1.prenom, t2.id_categorie, t2.nom_categorie, t3.id_club, t3.nom_cub, t4.acrho_club_id_club, t4.acrho_participant_ID_participant, t4.annee, t4.dossard, t4.acrho_categorie_ID_categorie
FROM acrho_participant AS t1, acrho_categorie AS t2, acrho_club AS t3, acrho_changement AS t4
WHERE t1.ID_coureur =109 AND t4.acrho_participant_ID_participant = t1.ID_coureur AND t4.acrho_categorie_ID_categorie = t2.id_categorie AND t4.acrho_club_id_club = t3.id_club LIMIT 0 , 30
Rien mais je pense que c'est normal car la table 'acrho_changement' est vide' Je ferais des quelques entrées ce soir et je vous tiens au courant!Merci