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

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


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



ΟΜΙΛΟΣ ΦΙΛΑΘΛΩΝ ΑΡΚΑΛΟΧΩΡΙΟΥ-ΔΩΡΙΕΑΣ

6 - 2


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


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 = '12') - birthdate as age, CONCAT(( SELECT minute FROM substitution WHERE substitution.playerOutID = participation.playerID AND gameID = '18175' ), '\'') as minuteOut, CONCAT(( SELECT minute FROM substitution WHERE substitution.playerInID = participation.playerID AND gameID = '18175' ), '\'') 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 = '18175' AND player_team.periodID = '12' AND player_team.date_from <= '2023-11-05' AND player_team.date_to >= '2023-11-05' AND player_team.teamID = '19' AND started = '1' ORDER BY started DESC, participationID.