SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '9387227' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '9387227' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '9387227' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '9386913' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '9386913' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '9386913' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '9386266' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '9386266' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '9386266' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '9387097' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '9387097' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '9387097' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '9386434' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '9386434' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '9386434' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '9386264' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '9386264' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '9386264' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '9386491' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '9386491' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '9386491' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '9385298' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '9385298' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '9385298' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '9385201' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '9385201' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '9385201' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '8687613' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '8687613' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '8687613' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '9385307' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '9385307' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '9385307' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '3777339' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '3777339' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '3777339' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '9347346' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '9347346' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '9347346' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '8687447' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '8687447' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '8687447' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '5939732' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '5939732' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '5939732' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , M.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , T.id tournament_id , T.idt tournament_idt , '?' rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , T.ville tournament_city , T.stade tournament_stadium , T.surface tournament_surface , T.surface_photo tournament_surface_photo , T.surface_color tournament_surface_color , T.monnaie tournament_currency , T.prix tournament_prize_money , SCO.nom_fr tournament_country , T.logo tournament_logo , T.debut tournament_start , T.fin tournament_end , T.nbj tournament_nbPlayer , T.genre tournament_genre , T.category tournament_category , T.type tournament_type , T.ids tournament_site , T.year tournament_year , T.importance tournament_importance , '' team1 , '' team2 , T.importance , T.background tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , C.nom court_name , C.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') INNER JOIN tournois T on T.id = M.idt INNER JOIN tournois_name N on N.id = T.id && N.cup = 0 LEFT OUTER JOIN lieux_sites SL on T.ids = SL.id LEFT OUTER JOIN lieux_villes SC on SL.idv = SC.id LEFT OUTER JOIN lieux_pays SCO on SCO.code = SC.pays LEFT OUTER JOIN `livescores_new`.`matchs` LS on LS.tt_match_id = M.id LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts C on C.ids = S.ids && C.ordre = S.court WHERE M.id = '5959907' && M.type_tournoi_add = 0 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , CR.niveau level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , C.id tournament_id , C.parent tournament_idt , CR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , CONCAT(CR.equipe_domicile, '|', CR.equipe_exterieur) tournament_city , '' tournament_stadium , CR.surface tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , CR.date_d tournament_start , '' tournament_end , C.nbj tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , CR.lieu tournament_site , '' tournament_year , 65 tournament_importance , IF(T1.nom_fr, T1.nom_fr, CR.equipe_domicile) team1 , IF(T2.nom_fr, T1.nom_fr, CR.equipe_exterieur) team2 , 65 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M INNER JOIN joueurs P1 on P1.id = M.j1 LEFT OUTER JOIN `joueurs` P1B on P1B.id = M.j1_bis INNER JOIN joueurs P2 on P2.id = M.j2 LEFT OUTER JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT OUTER JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT OUTER JOIN tournois_programmes S on S.idm = M.id LEFT OUTER JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) INNER JOIN `coupes_rencontres` CR on CR.id = M.idt INNER JOIN `coupes` C on C.id = CR.coupe_id INNER JOIN tournois_name N on N.id = C.id LEFT JOIN lieux_sites SL on SL.id = CR.lieu LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays LEFT JOIN `lieux_pays` T1 ON (T1.code = CR.equipe_domicile) LEFT JOIN `lieux_pays` T2 ON (T2.code = CR.equipe_exterieur) WHERE M.id = '5959907' && M.type_tournoi_add = 1 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) UNION SELECT M.* , M.time_start time_start , M.time time_end , M.duration_pause , M.type_match_add type_match , M.type_tournoi_add type_tournament , '' level , M.qualif , M.idw winner_id , P1.id p1_id , P1.nom p1_name , P1.prenom p1_first_name , P1.name_zh p1_name_zh , P1.birthday p1_birthday , P1.sexe p1_gender , P1.nat p1_nat , P1.photo p1_photo , P1.taille p1_height , P1.poids p1_weight , R1.rank p1_rank , R1.liveRank p1_rank_live , P1.pro_depuis p1_turn_pro , '?' p1_best_rank , P1.prise p1_forehand , P1.revers p1_backhand , M.ts1 p1_seed , P1B.id p1b_id , P1B.nom p1b_name , P1B.prenom p1b_first_name , P1B.name_zh p1b_name_zh , P1B.birthday p1b_birthday , P1B.sexe p1b_gender , P1B.nat p1b_nat , P1B.photo p1b_photo , P1B.taille p1b_height , P1B.poids p1b_weight , R1B.rank p1b_rank , R1B.liveRank p1b_rank_live , P1B.pro_depuis p1b_turn_pro , P2.id p2_id , P2.nom p2_name , P2.prenom p2_first_name , P2.name_zh p2_name_zh , P2.birthday p2_birthday , P2.sexe p2_gender , P2.nat p2_nat , P2.photo p2_photo , P2.taille p2_height , P2.poids p2_weight , R2.rank p2_rank , R2.liveRank p2_rank_live , P2.pro_depuis p2_turn_pro , '?' p2_best_rank , P2.prise p2_forehand , P2.revers p2_backhand , M.ts2 p2_seed , P2B.id p2b_id , P2B.nom p2b_name , P2B.prenom p2b_first_name , P2B.name_zh p2b_name_zh , P2B.birthday p2b_birthday , P2B.sexe p2b_gender , P2B.nat p2b_nat , P2B.photo p2b_photo , P2B.taille p2b_height , P2B.poids p2b_weight , R2B.rank p2b_rank , R2B.liveRank p2b_rank_live , P2B.pro_depuis p2b_turn_pro , L.id tournament_id , 0 tournament_idt , LR.id rencontre_id , N.name_fr tournament_name_fr , N.name_en tournament_name_en , N.name_zh tournament_name_zh , N.name_de tournament_name_de , N.name_es tournament_name_es , SC.nom tournament_city , '' tournament_stadium , '3' tournament_surface , '' tournament_surface_photo , '0' tournament_surface_color , '' tournament_currency , '' tournament_prize_money , SCO.nom_fr tournament_country , '' tournament_logo , L.time_start tournament_start , '' tournament_end , '' tournament_nbPlayer , '' tournament_genre , '' tournament_category , '' tournament_type , LR.site tournament_site , L.year tournament_year , 0 tournament_importance , '' team1 , '' team2 , 3 importance , '' tournament_background , SC.fuseau_horaire , IF(ISNULL(LS.status) || M.status = 2 || M.status = 3 || M.status = 4, M.status, LS.status) match_status , LS.serve , S.time s_time_start , S.court , S.date_loc , S.type s_type , S.ordre s_order , CT.nom court_name , CT.ordre court_order FROM tournois_matchs M JOIN joueurs P1 on P1.id = M.j1 LEFT JOIN `joueurs` P1B on P1B.id = M.j1_bis JOIN joueurs P2 on P2.id = M.j2 LEFT JOIN `joueurs` P2B on P2B.id = M.j2_bis LEFT JOIN tennis_rankings R1 on R1.player = P1.id AND R1.id = IF(P1.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R1B on R1B.player = P1B.id AND R1B.id = IF(P1B.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2 on R2.player = P2.id AND R2.id = IF(P2.sexe = 1, 'wta', 'atp') LEFT JOIN tennis_rankings R2B on R2B.player = P2B.id AND R2B.id = IF(P2B.sexe = 1, 'wta', 'atp') LEFT JOIN `livescores_new`.`matchs` LS ON (LS.tt_match_id = M.id) LEFT JOIN tournois_programmes S on S.idm = M.id LEFT JOIN lieux_courts CT on (CT.ids = S.ids && CT.ordre = S.court) JOIN `leagues_rounds` LR on LR.id = M.league_round JOIN `leagues` L on L.id = LR.league JOIN tournois_name N on N.league = L.id LEFT JOIN lieux_sites SL on SL.id = LR.site LEFT JOIN lieux_villes SC on SC.id = SL.idv LEFT JOIN lieux_pays SCO on SCO.code = SC.pays WHERE M.id = '5959907' && M.type_tournoi_add = 2 && (S.statut = 0 || S.statut = 4 || S.statut = 2 || ISNULL(S.statut)) LIMIT 1 News • Bad Hombourg • Page 2 • TennisTemple
테니스
5
Predictions game
Community
슈나이더가 바트 홈부르크에서 꿈의 달리기 끝에 최고의 타이틀을 획득했습니다!
29/06/2024 15:55 - Guillaume Nonque
다이애나 슈나이더가 토요일에 열린 2024 바트 홈부르크 오픈(WTA 500)에서 우승하며 지난 2월 후아힌(WTA 250)에서 트로피를 들어 올린 데 이어 개인 통산 두 번째이자 가장 큰 WTA 타이틀을 차지했습니다. 독일 잔디에서 열린 결승전에서 그녀는 도나 베키치를 2시간 3세트(6-3, 2-6, 6-3) 만에 물리쳤습니다. 이로써 슈나이더는 1회전...
 1 min to read
슈나이더가 바트 홈부르크에서 꿈의 달리기 끝에 최고의 타이틀을 획득했습니다!
이례적 - 베키치는 이탈리아와 크로아티아의 무승부를 한탄하다
26/06/2024 15:31 - Elio Valotto
유럽 축구 선수권 대회는 확실히 모든 사람의 관심사입니다. 그리고 도나 베키치도 이에 반박하지 않습니다. 독일 바트 홈부르크에서 열리는 이번 대회에 참가 중인 크로아티아 선수는 월요일에 열린 이탈리아와의 1-1 무승부에 대해 언급하지 않을 수 없었습니다. 알렉산드로바를 6-4, 3-6, 6-3으로 이기고 8강에 진출한 소감을 묻는 질문에 베키치는 축구가...
 1 min to read
이례적 - 베키치는 이탈리아와 크로아티아의 무승부를 한탄하다
니마이어에게 전복된 사카리는 위기에 빠집니다!
24/06/2024 14:18 - Elio Valotto
마리아 사카리는 더 이상 참을 수 없습니다. 세계 랭킹 9위인 이 그리스 선수는 4연패를 당했습니다. 마지막 승리는 5월에 열린 로마 토너먼트 3회전(칼리니나, 7-6, 6-0)이었습니다. 이번 주 바트 홈부르크 토너먼트에서 1번 시드를 받았지만 기회를 살리지 못했습니다. 줄 니마이어(96위, 예선 탈락)와 맞붙은 그녀는 빛을 발하지 못했습니다. 첫 세...
 1 min to read
니마이어에게 전복된 사카리는 위기에 빠집니다!
비앙카 안드레슈, 장애물 코스, 2019 US 오픈 이후 5년간의 고군분투
15/06/2024 20:37 - Guillaume Nonque
비앙카 안드레레스쿠가 토요일에 열리는 'S-헤르토겐보스' 대회 결승에 진출한 것은 단순히 결승 진출 이상의 의미가 있습니다. 비앙카 안드레슈가 여자 테니스의 잠재적인 미래 대권 주자로 주목받던 시절과는 거리가 멀기 때문입니다. 그녀는 토론토에서 열린 WTA 1000 타이틀에 이어 인디언 웰스에서 우승한 지 6개월 만인 2019년 9월, 19세의 나이로 U...
 1 min to read
비앙카 안드레슈, 장애물 코스, 2019 US 오픈 이후 5년간의 고군분투
Publicité
Siniakova remporte le titre à Bad Homburg !
01/07/2023 20:10 - Guillaume Nonque
La Tchèque, n°1 mondiale en double et 52e en simple, a disposé en 2 sets de l'Italienne Bronzetti ce samedi en finale. Elle s'offre, à 27 ans, le 4e titre WTA de sa carrière, le 1er sur gazon. Elle gr...
 1 min to read
Siniakova remporte le titre à Bad Homburg !
La joie de Garcia, titrée sur le gazon de Bad Homburg ce samedi
25/06/2022 16:46 - Guillaume Nonque
La Française n'avait plus soulevé de trophée en simple depuis trois ans.
 1 min to read
La joie de Garcia, titrée sur le gazon de Bad Homburg ce samedi
Halep : "Je suis désolée d'avoir dû me retirer avant ma demi-finale (à Bad Homburg ndlr)
24/06/2022 17:00 - AFP
Je me suis réveillée ce matin avec le cou bloqué."
 1 min to read
Garcia sauve une balle de match pour venir à bout de Cornet en 2h45 à Bad Homburg
24/06/2022 16:58 - Guillaume Nonque
En finale, la Française défiera Andreescu ce samedi.
 1 min to read
Garcia sauve une balle de match pour venir à bout de Cornet en 2h45 à Bad Homburg
Kerber stoppe Gauff et confirme sa très bonne forme
05/07/2021 17:16 - Guillaume Nonque
Titrée sur le gazon de Bad Homburg, elle retrouvera Muchova en quarts de ce Wimbledon.
 1 min to read
Kerber stoppe Gauff et confirme sa très bonne forme