ABC Σήμα ΕΠΣΗ
Facebook
DP Studies
coffee island
diakriton
fifty
Proactive

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


Λεπτομέρειες Αγώνα Περιόδου 2022-2023
Α2 Κατηγορία ΕΠΣΗ - 1ος Όμιλος
7η Αγωνιστική



ΤΥΛΙΣΟΣ-ΠΟΗ


5 - 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 = '17095' ), '\'') as minuteOut, CONCAT(( SELECT minute FROM substitution WHERE substitution.playerInID = participation.playerID AND gameID = '17095' ), '\'') 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 = '17095' AND player_team.periodID = '11' AND player_team.date_from <= '2022-12-11' AND player_team.date_to >= '2022-12-11' AND player_team.teamID = '89' AND started = '1' ORDER BY started DESC, participationID.