Echec de la requête !SELECT a.*, t.team_nom,t.race_id, m.match_id,m.match_day FROM lut_matchs_actions AS a INNER JOIN lut_matchs_opp AS o ON o.opp_id=a.opp_id INNER JOIN lut_matchs AS m ON m.match_id=o.match_id INNER JOIN lut_matchs_opp AS o2 ON o2.match_id=m.match_id INNER JOIN lut_teams AS t ON t.champ_id=o2.champ_id WHERE a.player_id= AND o2.opp_id!=o.opp_id AND m.match_day<16 UNION SELECT a.*, t.team_nom,t.race_id, m.match_id,m.match_day FROM lut_matchs_actions AS a INNER JOIN lut_matchs_opp AS o ON o.opp_id=a.opp_id INNER JOIN lut_matchs AS m ON m.match_id=o.match_id INNER JOIN lut_matchs_opp AS o2 ON o2.match_id=m.match_id INNER JOIN lut_teams AS t ON t.team_id=o2.champ_id WHERE a.player_id= AND o2.opp_id!=o.opp_id AND m.match_day>15 ORDER BY match_day ASC,match_id ASC