27-10-2025 в 20:00, Ледовая арена «ICE RINK Новоселье», 5-й дивизион
27-10-2025 в 21:15, Ледовая арена Шуваловский лед, 3-й дивизион
27-10-2025 в 21:30, Север Парк, 6-й дивизион
27-10-2025 в 21:30, Ледовая арена «Академия Динамо» - Мебельная ул. 33А, 5-й дивизион
28-10-2025 в 20:05, ФОК Ижорец, 5-й дивизион
28-10-2025 в 23:00, Север Парк, 7-й дивизион
28-10-2025 в 23:00, Газпром (Передовиков), Арена А, 7-й дивизион
28-10-2025 в 23:00, Ледовая арена «Ладога», 7-й дивизион
29-10-2025 в 21:00, Ледовый комплекс «АСК-С», 6-й дивизион
29-10-2025 в 21:30, Ледовая арена ФОК «Гололед», 6-й дивизион
Prime - Российский производитель хоккейной экипировки Официальный дилер хоккейных клюшек «ЗаряД» в Санкт-Петербурге

Сезон 2025-2026

Козлов Алексей #745

  • Дата рождения: 27.01.1975
  • Возраст: 50
  • Рост: 183
  • Вес: 96
  • Статус: Любитель 3 звезды
Козлов Алексей

Статистика

SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '745' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М О Ш П +/- ШТ
Матч в честь 10-ти летия ХК «Легион»

Матч в честь 10-ти летия ХК «Легион»

Выставочные матчи

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Легион - Легион 2023 05 августа 2024 0 0 0 0 0
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '745' AND tournament.season_id = '5' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2020-2021 М О Ш П +/- ШТ
Предсезонный. Основная сетка

Предсезонный. Основная сетка

Предсезонный

3 1
ср.0.3
1
ср.0.3
0
ср.0
0
ср.0
18
ср.6
Соперники Дата матча О Ш П +/- ШТ
Синяя Машина - Прогресс 12 октября 2020 0 0 0 0 2
Синяя Машина - ЕвроХим 19 октября 2020 0 0 0 0 14
ЕвроХим - Синяя Машина 25 октября 2020 1 1 0 0 2
Дивизион СТАРТ

Дивизион СТАРТ

Регулярное первенство

9 2
ср.0.2
1
ср.0.1
1
ср.0.1
0
ср.0
8
ср.0.9
Соперники Дата матча О Ш П +/- ШТ
Синяя Машина 2 - Альфа и Омега 10 декабря 2020 1 0 1 0 0
Синяя Машина 2 - Венчур 11 января 2021 0 0 0 0 0
Синяя Машина 2 - Форвард 2 21 января 2021 0 0 0 0 2
Форвард 2 - Синяя Машина 2 17 марта 2021 1 1 0 0 0
АтомПроект 2 - Синяя Машина 2 26 марта 2021 0 0 0 0 0
Синяя Машина 2 - АтомПроект 2 08 марта 2021 0 0 0 0 0
Рать - Синяя Машина 2 07 апреля 2021 0 0 0 0 0
Синяя Машина 2 - Red Bull's 2 19 апреля 2021 0 0 0 0 2
Синяя Машина 2 - Red Bull's 2 06 мая 2021 0 0 0 0 4
3-й дивизион

3-й дивизион

Регулярное первенство

11 0
ср.0
0
ср.0
0
ср.0
0
ср.0
14
ср.1.3
Соперники Дата матча О Ш П +/- ШТ
Синяя Машина - Ржавый якорь 17 декабря 2020 0 0 0 0 0
Шершни - Синяя Машина 20 декабря 2020 0 0 0 0 2
Динамит - Синяя Машина 25 декабря 2020 0 0 0 0 0
Синяя Машина - ЖХК Хорс 14 января 2021 0 0 0 0 0
Red Bulls - Синяя Машина 18 января 2021 0 0 0 0 0
Синяя Машина - Штерн 25 января 2021 0 0 0 0 0
Синяя Машина - Прогресс 01 февраля 2021 0 0 0 0 0
Синяя Машина - Форвард 01 марта 2021 0 0 0 0 0
Синяя Машина - Динамит 04 марта 2021 0 0 0 0 2
Ржавый якорь - Синяя Машина 11 марта 2021 0 0 0 0 10
ЖХК Хорс - Синяя Машина 22 марта 2021 0 0 0 0 0
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '745' AND tournament.season_id = '3' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2019-2020 М О Ш П +/- ШТ
3-й Дивизион

3-й Дивизион

Регулярное первенство

9 4
ср.0.4
1
ср.0.1
3
ср.0.3
0
ср.0
4
ср.0.4
Соперники Дата матча О Ш П +/- ШТ
Легион - Синяя Машина 30 октября 2019 0 0 0 0 0
Синяя Машина - Шершни 18 ноября 2019 0 0 0 0 0
Синяя Машина - Атомэнергопроект 02 декабря 2019 1 0 1 0 0
Red Bulls - Синяя Машина 26 декабря 2019 0 0 0 0 0
Форвард - Синяя Машина 15 января 2020 0 0 0 0 0
Атомэнергопроект - Синяя Машина 11 февраля 2020 1 0 1 0 0
Рать - Синяя Машина 26 февраля 2020 2 1 1 0 4
Синяя Машина - Легион 16 марта 2020 0 0 0 0 0
Легион - Синяя Машина 18 марта 2020 0 0 0 0 0
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '745' AND tournament.season_id = '2' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2018-2019 М О Ш П +/- ШТ
2-й Дивизион

2-й Дивизион

Регулярное первенство

14 6
ср.0.4
3
ср.0.2
3
ср.0.2
0
ср.0
12
ср.0.9
Соперники Дата матча О Ш П +/- ШТ
Легион - Диаконт-Нева 10 октября 2018 0 0 0 0 0
Шершни - Легион 19 октября 2018 0 0 0 0 4
Диаконт-Нева - Легион 16 ноября 2018 0 0 0 0 4
Легион - Greenway 05 декабря 2018 1 1 0 0 0
ЖХК Хорс - Легион 12 декабря 2018 0 0 0 0 0
Легион - Рать 1703 19 декабря 2018 1 1 0 0 0
Легион - Шершни 24 декабря 2018 1 1 0 0 2
Легион - ЖХК Хорс 09 января 2019 0 0 0 0 0
Greenway - Легион 21 января 2019 0 0 0 0 0
Легион - ЖХК Хорс 13 февраля 2019 1 0 1 0 0
Легион - Рать 1703 27 февраля 2019 0 0 0 0 2
Легион - Greenway 01 апреля 2019 0 0 0 0 0
Рать 1703 - Легион 30 января 2019 1 0 1 0 0
Легион - Диаконт-Нева 13 марта 2019 1 0 1 0 0
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '745' AND tournament.season_id = '1' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2017-2018 М О Ш П +/- ШТ
Квалификационный 2018

Квалификационный 2018

Кубки РХЛ

10 4
ср.0.4
1
ср.0.1
3
ср.0.3
0
ср.0
8
ср.0.8
Соперники Дата матча О Ш П +/- ШТ
Рать 1703 - Легион 04 июля 2018 2 1 1 0 0
Шершни - Легион 17 июля 2018 0 0 0 0 2
Легион - СоюзОптТорг 25 июля 2018 0 0 0 0 2
СоюзОптТорг - Легион 06 августа 2018 0 0 0 0 0
Легион - PepsiCo 08 августа 2018 0 0 0 0 0
PepsiCo - Легион 23 августа 2018 1 0 1 0 0
Легион - Рать 1703 29 августа 2018 0 0 0 0 0
Легион - Диаконт-Нева 31 августа 2018 0 0 0 0 2
Легион - Шершни 12 сентября 2018 1 0 1 0 0
Диаконт-Нева - Легион 13 июля 2018 0 0 0 0 2
2-й Дивизион

2-й Дивизион

Регулярное первенство

5 3
ср.0.6
1
ср.0.2
2
ср.0.4
0
ср.0
14
ср.2.8
Соперники Дата матча О Ш П +/- ШТ
Черный Цех - Легион 2023 28 октября 2017 1 0 1 0 4
СК Шайба - Легион 2023 17 ноября 2017 0 0 0 0 0
Легион 2023 - Черный Цех 04 декабря 2017 2 1 1 0 2
Легион 2023 - СК Шайба 29 января 2018 0 0 0 0 4
Легион 2023 - Черный Цех 05 марта 2018 0 0 0 0 4
1-й Дивизион

1-й Дивизион

Регулярное первенство

10 2
ср.0.2
1
ср.0.1
1
ср.0.1
2
ср.0.2
10
ср.1
Соперники Дата матча О Ш П +/- ШТ
Триумф - Легион 15 декабря 2017 0 0 0 0 2
ЖХК Хорс - Легион 18 декабря 2017 0 0 0 0 0
Легион - ЖХК Хорс 15 января 2018 0 0 0 0 0
Ровесник - Легион 12 февраля 2018 0 0 0 0 0
Триумф - Легион 09 марта 2018 1 0 1 0 2
Легион - Триумф 12 марта 2018 0 0 0 0 0
Легион - Ракета 09 апреля 2018 0 0 0 0 0
Легион - Ровесник 26 марта 2018 0 0 0 0 2
Легион - ЖХК Хорс 30 октября 2017 1 1 0 2 2
Легион - Ровесник 31 января 2018 0 0 0 0 2
Кубок Открытия

Кубок Открытия

Кубки РХЛ

6 1
ср.0.2
0
ср.0
1
ср.0.2
0
ср.0
2
ср.0.3
Соперники Дата матча О Ш П +/- ШТ
СоюзОптТорг - Легион 2023 27 июля 2017 0 0 0 0 0
Легион 2023 - ЖХК Хорс 07 августа 2017 0 0 0 0 0
Легион 2023 - Ракета 14 августа 2017 0 0 0 0 2
Легион 2023 - СоюзОптТорг 21 августа 2017 1 0 1 0 0
ЖХК Хорс - Легион 2023 04 сентября 2017 0 0 0 0 0
Ракета - Легион 2023 28 августа 2017 0 0 0 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2024-2025 И
Матч в честь 10-ти летия ХК «Легион» Матч в честь 10-ти летия ХК «Легион» 0 0 0 0
Сезон 2020-2021 И
Предсезонный. Основная сетка Предсезонный. Основная сетка 1 1 0 0
Соперники Дата матча
ЕвроХим - Синяя Машина 25 октября 2020
Дивизион СТАРТ Дивизион СТАРТ 0 0 0 0
3-й дивизион 3-й дивизион 0 0 0 0
Сезон 2019-2020 И
3-й Дивизион 3-й Дивизион 1 0 1 0
Соперники Дата матча
Рать - Синяя Машина 26 февраля 2020
Сезон 2018-2019 И
2-й Дивизион 2-й Дивизион 2 1 0 1
Соперники Дата матча
Легион - Greenway 05 декабря 2018
Легион - Рать 1703 19 декабря 2018
Сезон 2017-2018 И
Квалификационный 2018 Квалификационный 2018 1 1 0 0
Соперники Дата матча
Рать 1703 - Легион 04 июля 2018
2-й Дивизион 2-й Дивизион 0 0 0 0
1-й Дивизион 1-й Дивизион 0 0 0 0
Кубок Открытия Кубок Открытия 0 0 0 0
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в