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

Пальтов Михаил #2432

  • Дата рождения: 16.01.1980
  • Возраст: 45
  • Статус: Любитель 2 звезды
Пальтов Михаил

Заявки

4-й дивизион Турнир Заявлен Команда Номер Амплуа

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

4-й дивизион

22.10.2025 ССП 44 A Нападающий

Статистика

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 = '2432' AND tournament.season_id = '10' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2025-2026 М О Ш П +/- ШТ
4-й дивизион

4-й дивизион

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

1 1
ср.1
0
ср.0
1
ср.1
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
ССП - Венчур 25 октября 2025 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 = '2432' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М О Ш П +/- ШТ
4-й Дивизион

4-й Дивизион

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

15 4
ср.0.3
0
ср.0
4
ср.0.3
0
ср.0
16
ср.1.1
Соперники Дата матча О Ш П +/- ШТ
Штерн - ССП 03 ноября 2024 1 0 1 0 0
ССП - Невский Штурвал 23 ноября 2024 1 0 1 0 0
Викинги - ССП 01 декабря 2024 0 0 0 0 2
ССП - Юникс 07 декабря 2024 1 0 1 0 0
РамбоВ - ССП 14 января 2025 1 0 1 0 4
ССП - Атомэнергопроект 25 января 2025 0 0 0 0 0
Юникс - ССП 19 февраля 2025 0 0 0 0 0
ССП - ЦМКБ Алмаз 22 февраля 2025 0 0 0 0 0
Форвард - ССП 23 февраля 2025 0 0 0 0 2
ССП - Венчур 15 марта 2025 0 0 0 0 2
Венчур - ССП 16 марта 2025 0 0 0 0 2
ССП - Венчур 22 марта 2025 0 0 0 0 0
Викинги - ССП 26 марта 2025 0 0 0 0 2
ССП - Викинги 29 марта 2025 0 0 0 0 0
ССП - Викинги 12 апреля 2025 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 = '2432' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
4-й Дивизион

4-й Дивизион

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

30 9
ср.0.3
3
ср.0.1
6
ср.0.2
0
ср.0
18
ср.0.6
Соперники Дата матча О Ш П +/- ШТ
ССП - ЖХК Хорс 14 октября 2023 2 1 1 0 2
Штерн - ССП 21 октября 2023 0 0 0 0 0
ССП - РамбоВ 28 октября 2023 1 1 0 0 2
Форвард - ССП 12 ноября 2023 0 0 0 0 0
ССП - Венчур 18 ноября 2023 0 0 0 0 0
ССП - Автополе 02 декабря 2023 1 0 1 0 0
Апельсин - ССП 10 декабря 2023 0 0 0 0 0
ССП - Ржавый якорь 16 декабря 2023 0 0 0 0 0
Динамит - ССП 25 декабря 2023 0 0 0 0 0
ССП - Медведь 23 декабря 2023 0 0 0 0 2
Медведь - ССП 12 января 2024 1 0 1 0 0
РамбоВ - ССП 23 января 2024 0 0 0 0 0
ССП - Апельсин 03 февраля 2024 0 0 0 0 0
ССП - Юникс 10 февраля 2024 1 1 0 0 2
ССП - Штерн 17 февраля 2024 0 0 0 0 0
Автополе - ССП 19 февраля 2024 0 0 0 0 0
ССП - Форвард 24 февраля 2024 0 0 0 0 0
Ржавый якорь - ССП 27 февраля 2024 0 0 0 0 2
ССП - Динамит 02 марта 2024 1 0 1 0 2
ССП - Форвард 09 марта 2024 0 0 0 0 0
Форвард - ССП 20 марта 2024 0 0 0 0 2
ССП - Венчур 23 марта 2024 0 0 0 0 2
Венчур - ССП 27 марта 2024 0 0 0 0 2
ССП - Венчур 30 марта 2024 0 0 0 0 0
Венчур - ССП 03 апреля 2024 1 0 1 0 0
ССП - Венчур 06 апреля 2024 1 0 1 0 0
Медведь - ССП 12 апреля 2024 0 0 0 0 0
ССП - Медведь 20 апреля 2024 0 0 0 0 0
Медведь - ССП 22 апреля 2024 0 0 0 0 0
ССП - Медведь 27 апреля 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 = '2432' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
4-й Дивизион

4-й Дивизион

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

26 4
ср.0.2
1
ср.0
3
ср.0.1
0
ср.0
16
ср.0.6
Соперники Дата матча О Ш П +/- ШТ
РамбоВ - ССП 25 октября 2022 0 0 0 0 0
ССП - Юникс 05 ноября 2022 0 0 0 0 0
Парк - ССП 08 ноября 2022 0 0 0 0 0
Snow Wolf - ССП 15 ноября 2022 0 0 0 0 0
Легион - ССП 23 ноября 2022 0 0 0 0 0
Лоси - ССП 15 декабря 2022 0 0 0 0 0
ССП - РамбоВ 14 января 2023 0 0 0 0 0
Юникс - ССП 18 января 2023 1 0 1 0 2
ССП - Snow Wolf 21 января 2023 0 0 0 0 0
Венчур - ССП 12 февраля 2023 1 0 1 0 2
ССП - Легион 04 февраля 2023 0 0 0 0 2
ССП - Парк 04 марта 2023 1 1 0 0 0
ССП - Юникс 11 марта 2023 0 0 0 0 0
Юникс - ССП 15 марта 2023 0 0 0 0 0
ССП - Юникс 18 марта 2023 0 0 0 0 0
Юникс - ССП 22 марта 2023 0 0 0 0 0
ССП - Юникс 25 марта 2023 0 0 0 0 4
ССП - Венчур 01 апреля 2023 0 0 0 0 4
Венчур - ССП 02 апреля 2023 0 0 0 0 2
ССП - Венчур 08 апреля 2023 0 0 0 0 0
Венчур - ССП 09 апреля 2023 1 0 1 0 0
Snow Wolf - ССП 18 апреля 2023 0 0 0 0 0
ССП - Snow Wolf 22 апреля 2023 0 0 0 0 0
Snow Wolf - ССП 25 апреля 2023 0 0 0 0 0
ССП - Snow Wolf 29 апреля 2023 0 0 0 0 0
ССП - Snow Wolf 13 мая 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 = '2432' AND tournament.season_id = '6' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2021-2022 М О Ш П +/- ШТ
MadGuyHockey Cup. Группа C (3-й дивизион)

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

MadGuyHockey Cup

5 1
ср.0.2
1
ср.0.2
0
ср.0
0
ср.0
4
ср.0.8
Соперники Дата матча О Ш П +/- ШТ
Легион - ССП 20 апреля 2022 1 1 0 0 0
ССП - Холодильник 21 мая 2022 0 0 0 0 0
ССП - Газпром Проектирование 2 18 июня 2022 0 0 0 0 2
Газпром Проектирование 2 - ССП 19 мая 2022 0 0 0 0 2
Ржавый якорь - ССП 06 июня 2022 0 0 0 0 0
Третий дивизион

Третий дивизион

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

18 4
ср.0.2
3
ср.0.2
1
ср.0.1
-2
ср.-0.1
24
ср.1.3
Соперники Дата матча О Ш П +/- ШТ
ССП - ЖХК Хорс 16 октября 2021 0 0 0 -2 0
Red Bulls - ССП 16 ноября 2021 0 0 0 0 4
Венчур - ССП 21 ноября 2021 1 1 0 0 4
ССП - Лоси 27 ноября 2021 0 0 0 0 0
Парк - ССП 30 ноября 2021 1 1 0 0 2
ССП - Rolf Ю-Питер 11 декабря 2021 0 0 0 0 0
Форвард 2 - ССП 19 декабря 2021 0 0 0 0 2
Rolf Ю-Питер - ССП 12 января 2022 0 0 0 0 2
Лоси - ССП 26 января 2022 0 0 0 0 4
ССП - Прогресс 2 29 января 2022 0 0 0 0 0
Прогресс 2 - ССП 09 февраля 2022 0 0 0 0 2
ССП - Red Bulls 12 февраля 2022 0 0 0 0 0
РамбоВ - ССП 14 февраля 2022 0 0 0 0 0
ССП - Венчур 18 февраля 2022 0 0 0 0 0
ССП - Парк 19 февраля 2022 0 0 0 0 0
ЖХК Хорс - ССП 03 марта 2022 0 0 0 0 0
ССП - Red Bulls 12 марта 2022 1 0 1 0 4
Red Bulls - ССП 15 марта 2022 1 1 0 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2025-2026 И
4-й дивизион 4-й дивизион 0 0 0 0
Сезон 2024-2025 И
4-й Дивизион 4-й Дивизион 0 0 0 0
Сезон 2023-2024 И
4-й Дивизион 4-й Дивизион 1 0 0 1
Соперники Дата матча
ССП - РамбоВ 28 октября 2023
Сезон 2022-2023 И
4-й Дивизион 4-й Дивизион 1 0 0 1
Соперники Дата матча
Юникс - ССП 22 марта 2023
Сезон 2021-2022 И
MadGuyHockey Cup. Группа C (3-й дивизион) MadGuyHockey Cup. Группа C (3-й дивизион) 1 0 0 1
Соперники Дата матча
Легион - ССП 20 апреля 2022
Третий дивизион Третий дивизион 1 0 1 0
Соперники Дата матча
Red Bulls - ССП 15 марта 2022
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в