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-й дивизион
30-10-2025 в 21:45, Спортивный комплекс «Алмаз-Антей», 7-й дивизион
30-10-2025 в 22:30, Север Парк, 3-й дивизион
30-10-2025 в 23:00, Ледовая арена «Ладога», 6-й дивизион
31-10-2025 в 21:00, Ледовая арена «Динамо-юниор» Бутлерова, 7-й дивизион
Prime - Российский производитель хоккейной экипировки Официальный дилер хоккейных клюшек «ЗаряД» в Санкт-Петербурге

Сезон 2025-2026

Гавайлер Роман #3029

  • Дата рождения: 06.06.1972
  • Возраст: 53
  • Рост: 190
  • Вес: 95
  • Статус: Любитель 3 звезды
Гавайлер Роман

Заявки

Осенний Кубок Выборга Турнир Заявлен Команда Номер Амплуа

Турниры выходного дня

Осенний Кубок Выборга

07.10.2025 Викинги 77 Нападающий

Статистика

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 = '3029' AND tournament.season_id = '10' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2025-2026 М О Ш П +/- ШТ
Осенний Кубок Выборга

Осенний Кубок Выборга

Турниры выходного дня

4 1
ср.0.3
0
ср.0
1
ср.0.3
0
ср.0
2
ср.0.5
Соперники Дата матча О Ш П +/- ШТ
Викинги - Вымпел 11 октября 2025 0 0 0 0 2
Викинги - Пента 11 октября 2025 1 0 1 0 0
Легион - Викинги 12 октября 2025 0 0 0 0 0
Отрадное - Викинги 12 октября 2025 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 = '3029' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М О Ш П +/- ШТ
Кубок Ярославля

Кубок Ярославля

Турниры выходного дня

4 2
ср.0.5
2
ср.0.5
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Пента - Легион 24 мая 2025 0 0 0 0 0
Пента - North Stars 24 мая 2025 0 0 0 0 0
Синяя Машина - Пента 25 мая 2025 0 0 0 0 0
Викинги - Пента 25 мая 2025 2 2 0 0 0
Зимний кубок Выборга

Зимний кубок Выборга

Турниры выходного дня

4 3
ср.0.8
0
ср.0
3
ср.0.8
0
ср.0
2
ср.0.5
Соперники Дата матча О Ш П +/- ШТ
Сестрорецк - Легион 22 февраля 2025 0 0 0 0 0
Легион - Рать 22 февраля 2025 0 0 0 0 2
Легион - Викинги 23 февраля 2025 1 0 1 0 0
Танк - Легион 23 февраля 2025 2 0 2 0 0
Финальный этап, Малый кубок

Финальный этап, Малый кубок

Осенний Кубок Выборга

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Сборная РХЛ Санкт-Петербург - Легион 29 сентября 2024 0 0 0 0 0
Предварительный этап, Группа А

Предварительный этап, Группа А

Осенний Кубок Выборга

2 1
ср.0.5
1
ср.0.5
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Рать - Сборная РХЛ Санкт-Петербург 28 сентября 2024 1 1 0 0 0
Сборная РХЛ Санкт-Петербург - Отрадное 28 сентября 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 = '3029' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
Кубок Казани

Кубок Казани

Турниры выходного дня

4 1
ср.0.3
1
ср.0.3
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Сборная РХЛ Санкт-Петербург - Викинги 22 июня 2024 0 0 0 0 0
Пента - Сборная РХЛ Санкт-Петербург 22 июня 2024 1 1 0 0 0
Сборная РХЛ Санкт-Петербург - Заря г. Казань 23 июня 2024 0 0 0 0 0
Сборная РХЛ Санкт-Петербург - Танк 23 июня 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 = '3029' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
Кубок Калининграда

Кубок Калининграда

Кубок Калининграда

4 1
ср.0.3
0
ср.0
1
ср.0.3
0
ср.0
4
ср.1
Соперники Дата матча О Ш П +/- ШТ
Викинги - Пента 23 июня 2023 0 0 0 0 2
Балтика - Пента 24 июня 2023 1 0 1 0 2
Пента - Сборная РХЛ Санкт-Петербург 24 июня 2023 0 0 0 0 0
Пента - Танк S 25 июня 2023 0 0 0 0 0
Весенний кубок Выборга, финальный этап

Весенний кубок Выборга, финальный этап

Весенний кубок Выборга

1 1
ср.1
1
ср.1
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Пента - Синяя Машина 09 апреля 2023 1 1 0 0 0
Весенний кубок Выборга, группа B

Весенний кубок Выборга, группа B

Весенний кубок Выборга

3 4
ср.1.3
2
ср.0.7
2
ср.0.7
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Пента - Викинги 08 апреля 2023 2 0 2 0 0
Сборная РХЛ Санкт-Петербург - Пента 08 апреля 2023 2 2 0 0 0
Пента - Ястребы г. Выборг 09 апреля 2023 0 0 0 0 0
MadGuyHockey Cup. Группа В (5-й дивизион)

MadGuyHockey Cup. Группа В (5-й дивизион)

MadGuyHockey Cup

6 3
ср.0.5
2
ср.0.3
1
ср.0.2
0
ср.0
8
ср.1.3
Соперники Дата матча О Ш П +/- ШТ
Медведь - Самураи ST 14 мая 2023 1 1 0 0 0
Медведь - Заводчане Фарм 28 мая 2023 0 0 0 0 0
Медведь - Танк S 31 мая 2023 0 0 0 0 0
Медведь - Нева 11 июня 2023 2 1 1 0 2
Самураи ST - Медведь 14 июня 2023 0 0 0 0 6
Заводчане Фарм - Медведь 15 июня 2023 0 0 0 0 0
MadGuyHockey Cup. Группа А (СТАРТ)

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

MadGuyHockey Cup

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Медведь старт - Викинги 24 мая 2023 0 0 0 0 0
Uudenvuoden Cup

Uudenvuoden Cup

Кубки РХЛ

4 1
ср.0.3
0
ср.0
1
ср.0.3
0
ср.0
2
ср.0.5
Соперники Дата матча О Ш П +/- ШТ
White Sharks - Пента 28 января 2023 0 0 0 0 0
Викинги - Пента 28 января 2023 1 0 1 0 0
Пента - Фаворит 29 января 2023 0 0 0 0 0
Сборная РХЛ Санкт-Петербург - Пента 29 января 2023 0 0 0 0 2
5-й дивизион

5-й дивизион

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

16 27
ср.1.7
5
ср.0.3
22
ср.1.4
0
ср.0
4
ср.0.3
Соперники Дата матча О Ш П +/- ШТ
Самураи - Газпром Проектирование 22 октября 2022 0 0 0 0 0
Заряд СПб - Газпром Проектирование 07 ноября 2022 2 1 1 0 0
Royals 3 - Газпром Проектирование 27 ноября 2022 3 0 3 0 0
Форвард 2 - Газпром Проектирование 07 декабря 2022 3 1 2 0 2
Газпром Проектирование - Танк S 29 декабря 2022 1 0 1 0 0
Газпром Проектирование - Snow Wolf 2 10 января 2023 1 0 1 0 0
Газпром Проектирование - Рать 03 ноября 2022 4 0 4 0 0
Адамант - Газпром Проектирование 04 февраля 2023 2 0 2 0 0
Газпром Проектирование - Форвард 2 14 февраля 2023 3 0 3 0 0
North Stars - Газпром Проектирование 18 февраля 2023 3 1 2 0 0
Газпром Проектирование - Самураи 21 февраля 2023 1 0 1 0 2
Танк S - Газпром Проектирование 02 марта 2023 2 1 1 0 0
Газпром Проектирование - Royals 3 07 марта 2023 0 0 0 0 0
Газпром Проектирование - Snow Wolf 2 16 марта 2023 2 1 1 0 0
Snow Wolf 2 - Газпром Проектирование 21 марта 2023 0 0 0 0 0
Газпром Проектирование - Snow Wolf 2 30 марта 2023 0 0 0 0 0
СТАРТ

СТАРТ

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

17 14
ср.0.8
9
ср.0.5
5
ср.0.3
0
ср.0
10
ср.0.6
Соперники Дата матча О Ш П +/- ШТ
РамбоВ 2 - Газпром Проектирование 2 18 октября 2022 0 0 0 0 0
ЦМКБ Алмаз - Газпром Проектирование 2 13 ноября 2022 2 2 0 0 0
Royals United - Газпром Проектирование 2 02 декабря 2022 0 0 0 0 2
Парк-Премьер 2 - Газпром Проектирование 2 03 декабря 2022 0 0 0 0 0
Газпром Проектирование 2 - Самураи ST 08 декабря 2022 2 1 1 0 0
System Evolution - Газпром Проектирование 2 25 декабря 2022 2 1 1 0 0
Строительный Трест - Газпром Проектирование 2 13 января 2023 0 0 0 0 0
Газпром Проектирование 2 - System Evolution 17 января 2023 4 2 2 0 2
Алмаз С - Газпром Проектирование 2 19 января 2023 0 0 0 0 2
Газпром Проектирование 2 - Рать 1703 26 января 2023 1 1 0 0 0
Рать 1703 - Газпром Проектирование 2 07 февраля 2023 1 0 1 0 2
Газпром Проектирование 2 - Royals United 16 февраля 2023 1 1 0 0 0
Самураи ST - Газпром Проектирование 2 23 февраля 2023 1 1 0 0 0
Газпром Проектирование 2 - ЦМКБ Алмаз 28 февраля 2023 0 0 0 0 0
North Stars Farm - Газпром Проектирование 2 01 марта 2023 0 0 0 0 2
Рать 1703 - Газпром Проектирование 2 14 марта 2023 0 0 0 0 0
Газпром Проектирование 2 - Рать 1703 23 марта 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 = '3029' AND tournament.season_id = '6' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2021-2022 М О Ш П +/- ШТ
Iron Corn Cup

Iron Corn Cup

IRON CORN

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Сборная РХЛ Санкт-Петербург - Медведь 28 августа 2022 0 0 0 0 0
MadGuyHockey Cup. Группа C (3-й дивизион)

MadGuyHockey Cup. Группа C (3-й дивизион)

MadGuyHockey Cup

6 5
ср.0.8
1
ср.0.2
4
ср.0.7
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Газпром Проектирование 2 - Ржавый якорь 26 мая 2022 1 0 1 0 0
Легион - Газпром Проектирование 2 11 мая 2022 2 0 2 0 0
ССП - Газпром Проектирование 2 18 июня 2022 1 1 0 0 0
Газпром Проектирование 2 - ССП 19 мая 2022 0 0 0 0 0
Газпром Проектирование 2 - Легион 07 июня 2022 1 0 1 0 0
Ржавый якорь - Газпром Проектирование 2 13 июня 2022 0 0 0 0 0
Кубок Ice Rink

Кубок Ice Rink

Кубки РХЛ

4 6
ср.1.5
5
ср.1.3
1
ср.0.3
0
ср.0
2
ср.0.5
Соперники Дата матча О Ш П +/- ШТ
Сборная РХЛ Санкт-Петербург - Викинги 04 июня 2022 1 0 1 0 0
Сборная РХЛ Санкт-Петербург - ЦМКБ Алмаз 04 июня 2022 2 2 0 0 0
Грифоны - Сборная РХЛ Санкт-Петербург 05 июня 2022 3 3 0 0 0
Сборная РХЛ Санкт-Петербург - Грифоны 05 июня 2022 0 0 0 0 2
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2025-2026 И
Осенний Кубок Выборга Осенний Кубок Выборга 0 0 0 0
Сезон 2024-2025 И
Кубок Ярославля Кубок Ярославля 0 0 0 0
Зимний кубок Выборга Зимний кубок Выборга 0 0 0 0
Финальный этап, Малый кубок Финальный этап, Малый кубок 0 0 0 0
Предварительный этап, Группа А Предварительный этап, Группа А 0 0 0 0
Сезон 2023-2024 И
Кубок Казани Кубок Казани 0 0 0 0
Сезон 2022-2023 И
Кубок Калининграда Кубок Калининграда 0 0 0 0
Весенний кубок Выборга, финальный этап Весенний кубок Выборга, финальный этап 1 0 0 1
Соперники Дата матча
Пента - Синяя Машина 09 апреля 2023
Весенний кубок Выборга, группа B Весенний кубок Выборга, группа B 1 0 1 0
Соперники Дата матча
Сборная РХЛ Санкт-Петербург - Пента 08 апреля 2023
MadGuyHockey Cup. Группа В (5-й дивизион) MadGuyHockey Cup. Группа В (5-й дивизион) 0 0 0 0
MadGuyHockey Cup. Группа А (СТАРТ) MadGuyHockey Cup. Группа А (СТАРТ) 0 0 0 0
Uudenvuoden Cup Uudenvuoden Cup 0 0 0 0
5-й дивизион 5-й дивизион 4 2 2 0
Соперники Дата матча
Форвард 2 - Газпром Проектирование 07 декабря 2022
Адамант - Газпром Проектирование 04 февраля 2023
North Stars - Газпром Проектирование 18 февраля 2023
Танк S - Газпром Проектирование 02 марта 2023
СТАРТ СТАРТ 4 2 2 0
Соперники Дата матча
Газпром Проектирование 2 - Самураи ST 08 декабря 2022
Газпром Проектирование 2 - System Evolution 17 января 2023
Газпром Проектирование 2 - Royals United 16 февраля 2023
Самураи ST - Газпром Проектирование 2 23 февраля 2023
Сезон 2021-2022 И
Iron Corn Cup Iron Corn Cup 0 0 0 0
MadGuyHockey Cup. Группа C (3-й дивизион) MadGuyHockey Cup. Группа C (3-й дивизион) 0 0 0 0
Кубок Ice Rink Кубок Ice Rink 2 2 0 0
Соперники Дата матча
Сборная РХЛ Санкт-Петербург - ЦМКБ Алмаз 04 июня 2022
Грифоны - Сборная РХЛ Санкт-Петербург 05 июня 2022
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в