epsip facebook     epsip instagram
Victory
Vikos

Επισκέπτες αυτή τη στιγμή:


Λεπτομέρειες Αγώνα Περιόδου 2024-2025
Γ ΚΑΤΗΓΟΡΙΑ Β ΟΜΙΛΟΣ 2024-2025
14η Αγωνιστική



Α.Ε.ΡΑΦΤΑΝΑΙΩΝ-ΚΕΝΤ.ΜΟΥΣΙΩΤΙΤΣΑΣ

1 - 0

Διακύμανση Αποτελέσματος


Error in query: SELECT participation.playerID as player_id, player_team.teamID as playerTeam_id, CONCAT(surname, ' ', name) as onomateponimo, birthdate, (SELECT YEAR(startDate) FROM period WHERE periodID = '11') - birthdate as age, CONCAT(( SELECT minute FROM substitution WHERE substitution.playerOutID = participation.playerID AND gameID = '23514' ), '\'') as minuteOut, CONCAT(( SELECT minute FROM substitution WHERE substitution.playerInID = participation.playerID AND gameID = '23514' ), '\'') as minuteIn FROM game, participation, player, player_team WHERE game.gameID = participation.gameID AND participation.playerID = player.playerID AND player.playerID = player_team.playerID AND game.gameID = '23514' AND player_team.teamID = '80' AND player_team.periodID = '11' AND player_team.date_from <= '2025-02-09' AND player_team.date_to >= '2025-02-09' AND started = '1' ORDER BY started DESC, participationID.