Λεπτομέρειες Αγώνα Περιόδου 2021-2022
Α ΚΑΤΗΓΟΡΙΑ
13η Αγωνιστική
Διακύμανση Αποτελέσματος
Π.Ο ΔΑΦΝΗ ΔΑΦΝΩΝΑ | Γεγονός | Διακύμανση | Λεπτό | Α.Π.Ο ΚΑΝΑΡΗΣ ΝΕΝΗΤΩΝ |
---|---|---|---|---|
0-1 | 25' | ΦΕΓΓΟΥΔΑΚΗΣ ΜΑΤΘΑΙΟΣ | ||
62' | ΛΑΤΙΝΑΣ ΚΩΝΣΤΑΝΤΙΝΟΣ | |||
62' | ΛΑΤΙΝΑΣ ΚΩΝΣΤΑΝΤΙΝΟΣ | |||
62' | ΠΑΛΛΑΣ ΘΩΜΑΣ | |||
62' | ΠΑΛΛΑΣ ΘΩΜΑΣ | |||
ΜΑΜΟΥΝΑΣ ΕΜΜΑΝΟΥΗΛ | 62' | |||
ΧΑΤΖΗΜΙΧΑΛΗΣ ΑΡΙΣΤΟΤΕΛΗΣ | 62' | |||
68' | ΓΕΩΡΓΙΤΣΗΣ ΠΕΡΙΑΝΔΡΟΣ | |||
68' | ΓΕΩΡΓΙΤΣΗΣ ΠΕΡΙΑΝΔΡΟΣ | |||
68' | ΜΠΑΤΣΙΛΑΣ ΠΕΤΡΟΣ | |||
68' | ΜΠΑΤΣΙΛΑΣ ΠΕΤΡΟΣ | |||
ΚΑΡΑΝΙΚΟΛΑΣ ΠΑΝΑΓΙΩΤΗΣ | 68' | |||
ΓΕΩΡΓΟΥΛΗΣ ΜΙΧΑΗΛ | 68' |
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 = '6701' ), '\'') as minuteOut, CONCAT(( SELECT minute FROM substitution WHERE substitution.playerInID = participation.playerID AND gameID = '6701' ), '\'') 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 = '6701' AND player_team.periodID = '12' AND player_team.date_from <= '2022-03-12' AND player_team.date_to >= '2022-03-12' AND player_team.teamID = '13' AND started = '1' ORDER BY started DESC, participationID.