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

Образцов Сергей #2827

  • Дата рождения: 06.05.1988
  • Возраст: 37
  • Рост: 180
  • Вес: 75
  • Статус: Любитель 3 звезды
Образцов Сергей

Заявки

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

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

6-й дивизион

14.10.2025 Викинги 8 Защитник

Статистика

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

6-й дивизион

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

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

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

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

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

Кубок Великого Новгорода

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

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Т-34 - ЦМКБ Алмаз 02 февраля 2025 0 0 0 0 0
Финальный этап, Главный кубок

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

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

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

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

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

3 2
ср.0.7
0
ср.0
2
ср.0.7
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
ПСБ - Викинги 28 сентября 2024 1 0 1 0 0
Викинги - Легион 28 сентября 2024 0 0 0 0 0
Пента - Викинги 29 сентября 2024 1 0 1 0 0
6-й Дивизион

6-й Дивизион

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

22 13
ср.0.6
3
ср.0.1
10
ср.0.5
0
ср.0
20
ср.0.9
Соперники Дата матча О Ш П +/- ШТ
Викинги - РамбоВ 2 27 октября 2024 0 0 0 0 2
Ветераны Боевых Действий - Викинги 29 октября 2024 0 0 0 0 0
Викинги - Red Star 17 ноября 2024 0 0 0 0 0
Форвард 2 - Викинги 24 ноября 2024 0 0 0 0 0
РамбоВ 2 - Викинги 17 декабря 2024 0 0 0 0 4
Феникс 2 - Викинги 20 декабря 2024 0 0 0 0 2
Викинги - Танк 22 декабря 2024 0 0 0 0 0
Викинги - Ветераны Боевых Действий 26 января 2025 1 0 1 0 0
Max Pro - Викинги 17 февраля 2025 0 0 0 0 0
Танк - Викинги 18 февраля 2025 0 0 0 0 0
Викинги - Форвард 2 25 февраля 2025 1 0 1 0 0
Max Pro - Викинги 10 марта 2025 1 0 1 0 0
Викинги - Max Pro 11 марта 2025 2 0 2 0 0
Викинги - Max Pro 16 марта 2025 0 0 0 0 0
РамбоВ 2 - Викинги 25 марта 2025 1 0 1 0 2
Викинги - РамбоВ 2 30 марта 2025 1 1 0 0 0
РамбоВ 2 - Викинги 01 апреля 2025 1 0 1 0 2
Викинги - РамбоВ 2 06 апреля 2025 0 0 0 0 2
РамбоВ 2 - Викинги 08 апреля 2025 0 0 0 0 4
Викинги - Форвард 2 22 апреля 2025 4 2 2 0 0
Форвард 2 - Викинги 23 апреля 2025 0 0 0 0 0
Викинги - Форвард 2 29 апреля 2025 1 0 1 0 2
4-й Дивизион

4-й Дивизион

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

7 1
ср.0.1
0
ср.0
1
ср.0.1
0
ср.0
24
ср.3.4
Соперники Дата матча О Ш П +/- ШТ
ЦМКБ Алмаз - Викинги 24 января 2025 0 0 0 0 4
ЦМКБ Алмаз - Форвард 07 февраля 2025 0 0 0 0 4
ЦМКБ Алмаз - Венчур 14 февраля 2025 1 0 1 0 0
ЦМКБ Алмаз - РамбоВ 21 февраля 2025 0 0 0 0 4
ЦМКБ Алмаз - Атомэнергопроект 25 февраля 2025 0 0 0 0 0
Форвард - ЦМКБ Алмаз 12 марта 2025 0 0 0 0 6
ЦМКБ Алмаз - Форвард 14 марта 2025 0 0 0 0 6
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 = '2827' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
Зимний кубок Выборга 2024

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

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

4 2
ср.0.5
0
ср.0
2
ср.0.5
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Викинги - Пента 17 февраля 2024 0 0 0 0 0
Викинги - Легион 17 февраля 2024 2 0 2 0 0
Викинги - Ястребы г. Выборг 18 февраля 2024 0 0 0 0 0
Сборная РХЛ - Викинги 18 февраля 2024 0 0 0 0 0
Осенний Кубок Выборга

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

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

4 0
ср.0
0
ср.0
0
ср.0
0
ср.0
2
ср.0.5
Соперники Дата матча О Ш П +/- ШТ
Синяя Машина - Викинги 11 ноября 2023 0 0 0 0 0
Викинги - Танк 11 ноября 2023 0 0 0 0 0
Викинги - Легион 12 ноября 2023 0 0 0 0 2
Викинги - Сборная РХЛ 12 ноября 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 = '2827' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
Весенний кубок Выборга, финальный этап

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

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

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

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

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

3 0
ср.0
0
ср.0
0
ср.0
0
ср.0
4
ср.1.3
Соперники Дата матча О Ш П +/- ШТ
Пента - Викинги 08 апреля 2023 0 0 0 0 0
Ястребы г. Выборг - Викинги 08 апреля 2023 0 0 0 0 2
Викинги - Сборная РХЛ Санкт-Петербург 09 апреля 2023 0 0 0 0 2
Uudenvuoden Cup

Uudenvuoden Cup

Кубки РХЛ

4 3
ср.0.8
1
ср.0.3
2
ср.0.5
0
ср.0
6
ср.1.5
Соперники Дата матча О Ш П +/- ШТ
Сборная РХЛ Санкт-Петербург - Викинги 28 января 2023 0 0 0 0 0
Викинги - Пента 28 января 2023 1 0 1 0 0
Фаворит - Викинги 29 января 2023 2 1 1 0 4
Викинги - White Sharks 29 января 2023 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 = '2827' AND tournament.season_id = '6' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2021-2022 М О Ш П +/- ШТ
Кубок Ice Rink

Кубок Ice Rink

Кубки РХЛ

2 1
ср.0.5
1
ср.0.5
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Викинги - ЦМКБ Алмаз 05 июня 2022 0 0 0 0 0
Викинги - ЦМКБ Алмаз 05 июня 2022 1 1 0 0 0
Uudenvuoden Cup

Uudenvuoden Cup

Кубки РХЛ

4 0
ср.0
0
ср.0
0
ср.0
0
ср.0
6
ср.1.5
Соперники Дата матча О Ш П +/- ШТ
White Sharks - ЦМКБ Алмаз 15 января 2022 0 0 0 0 0
ЦМКБ Алмаз - Синяя Машина 15 января 2022 0 0 0 0 4
Фаворит - ЦМКБ Алмаз 16 января 2022 0 0 0 0 2
ЦМКБ Алмаз - Сборная РХЛ Санкт-Петербург 16 января 2022 0 0 0 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2025-2026 И
6-й дивизион 6-й дивизион 0 0 0 0
Сезон 2024-2025 И
Кубок Ярославля Кубок Ярославля 0 0 0 0
Кубок Великого Новгорода Кубок Великого Новгорода 0 0 0 0
Финальный этап, Главный кубок Финальный этап, Главный кубок 0 0 0 0
Предварительный этап, Группа Б Предварительный этап, Группа Б 0 0 0 0
6-й Дивизион 6-й Дивизион 0 0 0 0
4-й Дивизион 4-й Дивизион 0 0 0 0
Сезон 2023-2024 И
Зимний кубок Выборга 2024 Зимний кубок Выборга 2024 0 0 0 0
Осенний Кубок Выборга Осенний Кубок Выборга 0 0 0 0
Сезон 2022-2023 И
Весенний кубок Выборга, финальный этап Весенний кубок Выборга, финальный этап 0 0 0 0
Весенний кубок Выборга, группа B Весенний кубок Выборга, группа B 0 0 0 0
Uudenvuoden Cup Uudenvuoden Cup 1 0 1 0
Соперники Дата матча
Фаворит - Викинги 29 января 2023
Сезон 2021-2022 И
Кубок Ice Rink Кубок Ice Rink 0 0 0 0
Uudenvuoden Cup Uudenvuoden Cup 0 0 0 0
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в