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

Зубков Александр #1117

  • Дата рождения: 08.10.1978
  • Возраст: 47
  • Рост: 172
  • Вес: 105
  • Статус: Любитель 2 звезды
Зубков Александр

Статистика

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 = '1117' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
5-й дивизион

5-й дивизион

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

3 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Легион - Рать 08 ноября 2023 0 0 0 0 0
Рать - Прогресс 14 ноября 2023 0 0 0 0 0
Танк - Рать 28 ноября 2023 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 = '1117' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
5-й дивизион

5-й дивизион

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

3 0
ср.0
0
ср.0
0
ср.0
0
ср.0
2
ср.0.7
Соперники Дата матча О Ш П +/- ШТ
Адамант - Рать 12 ноября 2022 0 0 0 0 2
Рать - North Stars 22 ноября 2022 0 0 0 0 0
Газпром Проектирование - Рать 03 ноября 2022 0 0 0 0 0
СТАРТ

СТАРТ

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

2 0
ср.0
0
ср.0
0
ср.0
0
ср.0
2
ср.1
Соперники Дата матча О Ш П +/- ШТ
North Stars Farm - Рать 1703 19 ноября 2022 0 0 0 0 0
System Evolution - Рать 1703 29 ноября 2022 0 0 0 0 2
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 = '1117' AND tournament.season_id = '6' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2021-2022 М О Ш П +/- ШТ
IRON CORN - Квалификационный 2022, Дивизион СТАРТ, Группа А

IRON CORN - Квалификационный 2022, Дивизион СТАРТ, Группа А

IRON CORN

3 0
ср.0
0
ср.0
0
ср.0
0
ср.0
2
ср.0.7
Соперники Дата матча О Ш П +/- ШТ
Рать - Sharks 12 июля 2022 0 0 0 0 0
Рать - Истребители 19 июля 2022 0 0 0 0 0
Рать - North Stars 26 июля 2022 0 0 0 0 2
MadGuyHockey Cup. Группа А (СТАРТ)

MadGuyHockey Cup. Группа А (СТАРТ)

MadGuyHockey Cup

4 1
ср.0.3
0
ср.0
1
ср.0.3
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Алмаз С - Рать 23 мая 2022 0 0 0 0 0
Рать - White Sharks Farm 17 мая 2022 0 0 0 0 0
Строительный Трест - Рать 20 мая 2022 0 0 0 0 0
АтомПроект 2 - Рать 29 мая 2022 1 0 1 0 0
Дивизион СТАРТ

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

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

11 0
ср.0
0
ср.0
0
ср.0
-2
ср.-0.2
4
ср.0.4
Соперники Дата матча О Ш П +/- ШТ
Рать - Легион 2023 12 октября 2021 0 0 0 0 0
Парк-Премьер 2 - Рать 23 октября 2021 0 0 0 -2 2
Алмаз С - Рать 28 октября 2021 0 0 0 0 0
Рать - Прогресс 3 09 ноября 2021 0 0 0 1 0
North Stars - Рать 13 ноября 2021 0 0 0 -1 2
Газпром Проектирование 2 - Рать 27 января 2022 0 0 0 0 0
Легион 2023 - Рать 04 февраля 2022 0 0 0 0 0
Рать - North Stars 15 февраля 2022 0 0 0 0 0
Дримтим - Рать 18 февраля 2022 0 0 0 0 0
Рать - Прогресс 3 01 марта 2022 0 0 0 0 0
Прогресс 3 - Рать 09 марта 2022 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 = '1117' AND tournament.season_id = '5' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2020-2021 М О Ш П +/- ШТ
Дивизион СТАРТ

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

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

19 1
ср.0.1
0
ср.0
1
ср.0.1
0
ср.0
10
ср.0.5
Соперники Дата матча О Ш П +/- ШТ
Венчур - Рать 01 ноября 2020 1 0 1 0 0
Альфа и Омега - Рать 20 ноября 2020 0 0 0 0 0
Рать - Прогресс 2 09 декабря 2020 0 0 0 0 0
Синяя Машина 2 - Рать 28 декабря 2020 0 0 0 0 0
Рать - Альфа и Омега 13 января 2021 0 0 0 0 0
Рать - Легион 2023 25 января 2021 0 0 0 0 0
Рать - Венчур 10 февраля 2021 0 0 0 0 2
АтомПроект 2 - Рать 19 февраля 2021 0 0 0 0 0
Рать - АтомПроект 2 24 февраля 2021 0 0 0 0 0
Легион 2023 - Рать 01 марта 2021 0 0 0 0 0
Форвард 2 - Рать 14 марта 2021 0 0 0 0 0
Прогресс 2 - Рать 24 марта 2021 0 0 0 0 0
Рать - Синяя Машина 2 07 апреля 2021 0 0 0 0 2
Форвард 2 - Рать 21 апреля 2021 0 0 0 0 2
Рать - Форвард 2 28 апреля 2021 0 0 0 0 4
Форвард 2 - Рать 12 мая 2021 0 0 0 0 0
Red Bull's 2 - Рать 24 мая 2021 0 0 0 0 0
Рать - Red Bull's 2 26 мая 2021 0 0 0 0 0
Венчур - Рать 30 мая 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 = '1117' AND tournament.season_id = '3' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2019-2020 М О Ш П +/- ШТ
Старт

Старт

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

6 0
ср.0
0
ср.0
0
ср.0
0
ср.0
2
ср.0.3
Соперники Дата матча О Ш П +/- ШТ
Синяя Машина - Рать 1703 04 ноября 2019 0 0 0 0 0
Легион 2023 - Рать 1703 23 декабря 2019 0 0 0 0 0
Рать 1703 - Синяя Машина 29 января 2020 0 0 0 0 0
Рать 1703 - Легион 2023 25 марта 2020 0 0 0 0 0
Рать 1703 - Форвард 04 марта 2020 0 0 0 0 2
Red Bull's 2 - Рать 1703 31 января 2020 0 0 0 0 0
3-й Дивизион

3-й Дивизион

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

15 0
ср.0
0
ср.0
0
ср.0
0
ср.0
8
ср.0.5
Соперники Дата матча О Ш П +/- ШТ
Рать - Атомэнергопроект 30 октября 2019 0 0 0 0 2
Ржавый якорь - Рать 14 ноября 2019 0 0 0 0 0
Атомэнергопроект - Рать 19 ноября 2019 0 0 0 0 2
Red Bulls - Рать 09 декабря 2019 0 0 0 0 2
Синяя Машина - Рать 19 декабря 2019 0 0 0 0 0
Рать - Форвард 25 декабря 2019 0 0 0 0 0
Шершни - Рать 19 января 2020 0 0 0 0 0
Рать - Ржавый якорь 22 января 2020 0 0 0 0 0
Рать - Red Bulls 12 февраля 2020 0 0 0 0 0
Легион - Рать 19 февраля 2020 0 0 0 0 0
Рать - Синяя Машина 26 февраля 2020 0 0 0 0 0
Форвард - Рать 01 марта 2020 0 0 0 0 0
Рать - Шершни 11 марта 2020 0 0 0 0 0
Форвард - Рать 15 марта 2020 0 0 0 0 2
Рать - Форвард 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 = '1117' AND tournament.season_id = '2' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2018-2019 М О Ш П +/- ШТ
Квалификационный 2019

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

Кубки РХЛ

15 1
ср.0.1
0
ср.0
1
ср.0.1
0
ср.0
10
ср.0.7
Соперники Дата матча О Ш П +/- ШТ
Рать - PepsiCo 26 июня 2019 0 0 0 0 0
Рать - Red Bulls 03 июля 2019 0 0 0 0 0
Форвард - Рать 07 июля 2019 0 0 0 0 0
Атомэнергопроект - Рать 10 июля 2019 0 0 0 0 0
Red Bulls - Рать 05 августа 2019 0 0 0 0 0
PepsiCo - Рать 15 августа 2019 0 0 0 0 0
Шершни - Рать 18 августа 2019 0 0 0 0 0
МСМ - Рать 21 августа 2019 0 0 0 0 0
Рать - Форвард 26 августа 2019 0 0 0 0 4
Рать - Атомэнергопроект 04 сентября 2019 1 0 1 0 0
Рать - МСМ 11 сентября 2019 0 0 0 0 2
Рать - Шершни 18 сентября 2019 0 0 0 0 2
Рать - Ленинград 25 сентября 2019 0 0 0 0 0
Легион - Рать 07 октября 2019 0 0 0 0 2
Рать - Легион 09 октября 2019 0 0 0 0 0
3-й Дивизион

3-й Дивизион

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

24 4
ср.0.2
1
ср.0
3
ср.0.1
2
ср.0.1
14
ср.0.6
Соперники Дата матча О Ш П +/- ШТ
Форвард - Рать 28 октября 2018 1 1 0 0 2
Легион 2023 - Рать 14 ноября 2018 0 0 0 0 2
Шершни - Рать 23 ноября 2018 0 0 0 0 0
Эскадра - Рать 27 ноября 2018 1 0 1 0 0
Рать - Шершни 09 января 2019 0 0 0 0 2
Форвард - Рать 03 февраля 2019 0 0 0 0 2
Рать - Форвард 06 февраля 2019 0 0 0 0 0
Рать - Легион 2023 27 февраля 2019 0 0 0 0 0
Шершни - Рать 01 марта 2019 0 0 0 0 0
Эскадра - Рать 05 марта 2019 1 0 1 0 2
Рать - Легион 2023 11 марта 2019 0 0 0 0 0
Рать - Синяя Машина 13 марта 2019 0 0 0 0 0
Легион 2023 - Рать 18 марта 2019 0 0 0 0 2
Рать - Синяя Машина 20 марта 2019 0 0 0 0 0
Синяя Машина - Рать 25 марта 2019 0 0 0 0 0
Рать - Форвард 27 марта 2019 0 0 0 0 0
Рать - Эскадра 03 апреля 2019 0 0 0 0 0
Рать - Шершни 10 апреля 2019 0 0 0 0 0
Рать - Легион 2023 29 апреля 2019 1 0 1 1 0
Легион 2023 - Рать 08 мая 2019 0 0 0 0 0
Эскадра - Рать 14 мая 2019 0 0 0 -1 0
Рать - Эскадра 22 мая 2019 0 0 0 2 0
Форвард - Рать 26 мая 2019 0 0 0 0 2
Рать - Форвард 29 мая 2019 0 0 0 0 0
2-й Дивизион

2-й Дивизион

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

14 3
ср.0.2
0
ср.0
3
ср.0.2
0
ср.0
4
ср.0.3
Соперники Дата матча О Ш П +/- ШТ
Рать 1703 - ЖХК Хорс 17 октября 2018 0 0 0 0 0
Greenway - Рать 1703 22 октября 2018 0 0 0 0 0
Легион - Рать 1703 19 декабря 2018 0 0 0 0 0
Диаконт-Нева - Рать 1703 11 января 2019 1 0 1 0 2
Рать 1703 - Greenway 16 января 2019 0 0 0 0 0
Рать 1703 - Диаконт-Нева 23 января 2019 0 0 0 0 0
Рать 1703 - Шершни 13 февраля 2019 0 0 0 0 0
Рать 1703 - Greenway 20 февраля 2019 0 0 0 0 0
Легион - Рать 1703 27 февраля 2019 0 0 0 0 2
ЖХК Хорс - Рать 1703 06 марта 2019 0 0 0 0 0
Диаконт-Нева - Рать 1703 15 марта 2019 0 0 0 0 0
Шершни - Рать 1703 22 марта 2019 2 0 2 0 0
Рать 1703 - Легион 30 января 2019 0 0 0 0 0
Рать 1703 - ЖХК Хорс 17 апреля 2019 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 = '1117' AND tournament.season_id = '1' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2017-2018 М О Ш П +/- ШТ
Квалификационный 2018

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

Кубки РХЛ

10 1
ср.0.1
0
ср.0
1
ср.0.1
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Рать 1703 - Легион 04 июля 2018 0 0 0 0 0
Шершни - Рать 1703 24 июля 2018 0 0 0 0 0
Рать 1703 - PepsiCo 01 августа 2018 0 0 0 0 0
Рать 1703 - Диаконт-Нева 15 августа 2018 0 0 0 0 0
PepsiCo - Рать 1703 09 августа 2018 0 0 0 0 0
СоюзОптТорг - Рать 1703 27 августа 2018 1 0 1 0 0
Легион - Рать 1703 29 августа 2018 0 0 0 0 0
Рать 1703 - Шершни 05 сентября 2018 0 0 0 0 0
Диаконт-Нева - Рать 1703 07 сентября 2018 0 0 0 0 0
Рать 1703 - СоюзОптТорг 22 августа 2018 0 0 0 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2023-2024 И
5-й дивизион 5-й дивизион 0 0 0 0
Сезон 2022-2023 И
5-й дивизион 5-й дивизион 0 0 0 0
СТАРТ СТАРТ 0 0 0 0
Сезон 2021-2022 И
IRON CORN - Квалификационный 2022, Дивизион СТАРТ, Группа А IRON CORN - Квалификационный 2022, Дивизион СТАРТ, Группа А 0 0 0 0
MadGuyHockey Cup. Группа А (СТАРТ) MadGuyHockey Cup. Группа А (СТАРТ) 0 0 0 0
Дивизион СТАРТ Дивизион СТАРТ 0 0 0 0
Сезон 2020-2021 И
Дивизион СТАРТ Дивизион СТАРТ 0 0 0 0
Сезон 2019-2020 И
Старт Старт 0 0 0 0
3-й Дивизион 3-й Дивизион 0 0 0 0
Сезон 2018-2019 И
Квалификационный 2019 Квалификационный 2019 0 0 0 0
3-й Дивизион 3-й Дивизион 0 0 0 0
2-й Дивизион 2-й Дивизион 0 0 0 0
Сезон 2017-2018 И
Квалификационный 2018 Квалификационный 2018 1 0 1 0
Соперники Дата матча
Диаконт-Нева - Рать 1703 07 сентября 2018
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в