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

Сезон 2025-2026

Бурцев Сергей #2547

  • Дата рождения: 14.05.1977
  • Возраст: 48
  • Рост: 170
  • Вес: 75
  • Статус: Любитель 2 звезды
Бурцев Сергей

Заявки

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

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

5-й дивизион

20.10.2025 Легион 10 Нападающий
7-й дивизион Турнир Заявлен Команда Номер Амплуа

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

7-й дивизион

09.10.2025 Легион 2023 10 Нападающий
Предсезонный 2025, Группа B (6-й дивизион) Турнир Заявлен Команда Номер Амплуа

Предсезонный турнир

Предсезонный 2025, Группа B (6-й дивизион)

02.09.2025 Легион 10 Нападающий
Летний кубок 2025. 7-й дивизион. Плей-офф Турнир Заявлен Команда Номер Амплуа

Летний кубок 2025

Летний кубок 2025. 7-й дивизион. Плей-офф

27.08.2025 Легион 2023 10 Нападающий
Летний кубок 2025. 6-й дивизион Турнир Заявлен Команда Номер Амплуа

Летний кубок 2025

Летний кубок 2025. 6-й дивизион

03.07.2025 Легион 10 Нападающий
Летний кубок 2025. 7-й дивизион Турнир Заявлен Команда Номер Амплуа

Летний кубок 2025

Летний кубок 2025. 7-й дивизион

03.07.2025 Легион 2023 10 Нападающий
Летний кубок 2025. 6-й дивизион Турнир Заявлен Команда Номер Амплуа

Летний кубок 2025

Летний кубок 2025. 6-й дивизион

01.07.2025 North Stars 14 Нападающий

Статистика

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

7-й дивизион

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

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Легион 2023 - Vikings 13 октября 2025 0 0 0 0 0
5-й дивизион

5-й дивизион

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

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Ржавый якорь - Легион 21 октября 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 = '2547' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М О Ш П +/- ШТ
Кубок Великого Новгорода

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

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

4 5
ср.1.3
4
ср.1
1
ср.0.3
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
North Stars - Сборная РХЛ Санкт-Петербург 01 февраля 2025 1 0 1 0 0
ЦМКБ Алмаз - North Stars 01 февраля 2025 2 2 0 0 0
North Stars - Т-34 02 февраля 2025 2 2 0 0 0
Викинги - North Stars 02 февраля 2025 0 0 0 0 0
Зимний кубок Выборга

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

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

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

7-й Дивизион

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

21 17
ср.0.8
10
ср.0.5
7
ср.0.3
0
ср.0
6
ср.0.3
Соперники Дата матча О Ш П +/- ШТ
Max Pro Start - Легион 2023 06 ноября 2024 0 0 0 0 0
Бунтари - Легион 2023 14 ноября 2024 0 0 0 0 0
GT - Легион 2023 26 ноября 2024 1 0 1 0 0
Легион 2023 - Рать 1703 18 ноября 2024 2 1 1 0 0
Рать 1703 - Легион 2023 08 декабря 2024 0 0 0 0 0
Легион 2023 - Бунтари 15 января 2025 0 0 0 0 0
Vikings - Легион 2023 22 января 2025 0 0 0 0 2
Рать 1703 - Легион 2023 26 января 2025 0 0 0 0 0
Легион 2023 - GT 03 февраля 2025 1 0 1 0 0
Max Pro Start - Легион 2023 12 февраля 2025 2 0 2 0 2
Бунтари - Легион 2023 20 февраля 2025 0 0 0 0 0
Легион 2023 - Vikings 24 февраля 2025 2 1 1 0 2
Легион 2023 - Vikings 24 марта 2025 3 2 1 0 0
Vikings - Легион 2023 31 марта 2025 0 0 0 0 0
Легион 2023 - Vikings 02 апреля 2025 2 2 0 0 0
Vikings - Легион 2023 07 апреля 2025 1 1 0 0 0
Легион 2023 - Vikings 11 апреля 2025 2 2 0 0 0
Бунтари - Легион 2023 14 апреля 2025 1 1 0 0 0
Легион 2023 - Бунтари 18 апреля 2025 0 0 0 0 0
Бунтари - Легион 2023 21 апреля 2025 0 0 0 0 0
Легион 2023 - Бунтари 23 апреля 2025 0 0 0 0 0
5-й дивизион

5-й дивизион

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

21 6
ср.0.3
3
ср.0.1
3
ср.0.1
0
ср.0
2
ср.0.1
Соперники Дата матча О Ш П +/- ШТ
Рать - Легион 05 ноября 2024 0 0 0 0 0
Остров - Легион 20 ноября 2024 1 1 0 0 0
Легион - Ржавый якорь 25 ноября 2024 1 1 0 0 0
Отрадное - Легион 28 ноября 2024 0 0 0 0 0
Легион - Рать 04 декабря 2024 0 0 0 0 0
Рать - Легион 14 января 2025 0 0 0 0 0
Легион - Отрадное 20 января 2025 0 0 0 0 0
Остров - Легион 29 января 2025 0 0 0 0 0
Легион - Ржавый якорь 05 февраля 2025 1 1 0 0 0
Легион - Рать 17 февраля 2025 0 0 0 0 0
Отрадное - Легион 27 февраля 2025 0 0 0 0 0
Ржавый якорь - Легион 11 марта 2025 0 0 0 0 0
Легион - Остров 03 марта 2025 1 0 1 0 0
Отрадное - Легион 20 марта 2025 0 0 0 0 0
Легион - Отрадное 26 марта 2025 0 0 0 0 0
Отрадное - Легион 03 апреля 2025 1 0 1 0 0
Легион - Отрадное 09 апреля 2025 0 0 0 0 0
Рать - Легион 15 апреля 2025 0 0 0 0 0
Легион - Рать 16 апреля 2025 0 0 0 0 2
Рать - Легион 29 апреля 2025 0 0 0 0 0
Легион - Рать 30 апреля 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 = '2547' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
7-й дивизион

7-й дивизион

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

23 13
ср.0.6
7
ср.0.3
6
ср.0.3
0
ср.0
2
ср.0.1
Соперники Дата матча О Ш П +/- ШТ
North Stars Farm - Медведь старт 01 декабря 2023 0 0 0 0 0
Red Star - North Stars Farm 08 декабря 2023 2 1 1 0 0
Форвард 2 - North Stars Farm 10 декабря 2023 0 0 0 0 0
Самураи ST - North Stars Farm 10 января 2024 0 0 0 0 0
North Stars Farm - Самураи ST 12 января 2024 0 0 0 0 0
North Stars Farm - Танк S 15 января 2024 1 1 0 0 2
North Stars Farm - Royals United 26 января 2024 1 0 1 0 0
North Stars Farm - Викинги 09 февраля 2024 0 0 0 0 0
РамбоВ 2 - North Stars Farm 13 февраля 2024 0 0 0 0 0
Медведь старт - North Stars Farm 21 февраля 2024 1 0 1 0 0
North Stars Farm - Red Star 26 февраля 2024 2 1 1 0 0
North Stars Farm - Вымпел 23 февраля 2024 2 1 1 0 0
North Stars Farm - Форвард 2 01 марта 2024 1 0 1 0 0
North Stars Farm - Royals United 11 марта 2024 0 0 0 0 0
North Stars Farm - Royals United 15 марта 2024 0 0 0 0 0
North Stars Farm - РамбоВ 2 29 марта 2024 0 0 0 0 0
РамбоВ 2 - North Stars Farm 02 апреля 2024 0 0 0 0 0
North Stars Farm - РамбоВ 2 05 апреля 2024 1 1 0 0 0
North Stars Farm - Медведь старт 12 апреля 2024 1 1 0 0 0
Медведь старт - North Stars Farm 19 апреля 2024 0 0 0 0 0
Медведь старт - North Stars Farm 26 апреля 2024 1 1 0 0 0
North Stars Farm - Медведь старт 02 мая 2024 0 0 0 0 0
North Stars Farm - Медведь старт 06 мая 2024 0 0 0 0 0
Квалификационный 2023 Группа B (5-й дивизион)

Квалификационный 2023 Группа B (5-й дивизион)

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

5 5
ср.1
4
ср.0.8
1
ср.0.2
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
North Stars - Отрадное 16 июля 2023 0 0 0 0 0
Газстройпром - North Stars 26 июля 2023 0 0 0 0 0
North Stars - РамбоВ 30 июля 2023 1 1 0 0 0
North Stars - Адамант 03 августа 2023 3 2 1 0 0
North Stars - Танк S 17 августа 2023 1 1 0 0 0
Квалификационный 2023 Группа А (СТАРТ)

Квалификационный 2023 Группа А (СТАРТ)

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

3 4
ср.1.3
1
ср.0.3
3
ср.1
0
ср.0
2
ср.0.7
Соперники Дата матча О Ш П +/- ШТ
North Stars Farm - Гепард 21 июля 2023 0 0 0 0 2
North Stars Farm - GT 23 июля 2023 2 0 2 0 0
GT - North Stars Farm 24 августа 2023 2 1 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 = '2547' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
5-й дивизион

5-й дивизион

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

8 2
ср.0.3
1
ср.0.1
1
ср.0.1
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Заряд СПб - North Stars 17 октября 2022 0 0 0 0 0
Snow Wolf 2 - North Stars 01 ноября 2022 1 1 0 0 0
Форвард 2 - North Stars 18 января 2023 0 0 0 0 0
North Stars - Самураи 21 января 2023 0 0 0 0 0
Royals 3 - North Stars 05 февраля 2023 1 0 1 0 0
North Stars - Snow Wolf 2 10 февраля 2023 0 0 0 0 0
Адамант - North Stars 11 февраля 2023 0 0 0 0 0
North Stars - Танк S 25 февраля 2023 0 0 0 0 0
СТАРТ

СТАРТ

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

9 8
ср.0.9
5
ср.0.6
3
ср.0.3
0
ср.0
4
ср.0.4
Соперники Дата матча О Ш П +/- ШТ
Газпром Проектирование 2 - North Stars Farm 13 октября 2022 0 0 0 0 0
Алмаз С - North Stars Farm 20 октября 2022 1 1 0 0 0
North Stars Farm - White Sharks Farm 22 октября 2022 1 0 1 0 2
ЦМКБ Алмаз - North Stars Farm 30 октября 2022 0 0 0 0 0
North Stars Farm - Алмаз С 14 января 2023 1 0 1 0 0
North Stars Farm - Парк-Премьер 2 28 января 2023 2 1 1 0 0
White Sharks Farm - North Stars Farm 30 января 2023 1 1 0 0 0
North Stars Farm - Royals United 04 февраля 2023 0 0 0 0 2
Самураи ST - North Stars Farm 09 февраля 2023 2 2 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 = '2547' AND tournament.season_id = '6' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2021-2022 М О Ш П +/- ШТ
IRON CORN - КВАЛИФИКАЦИОННЫЙ 2022, стыковые матчи

IRON CORN - КВАЛИФИКАЦИОННЫЙ 2022, стыковые матчи

IRON CORN

2 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Royals 3 - North Stars 02 сентября 2022 0 0 0 0 0
North Stars - Royals 3 10 сентября 2022 0 0 0 0 0
IRON CORN - Квалификационный 2022, Дивизион СТАРТ, Группа А

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

IRON CORN

3 2
ср.0.7
0
ср.0
2
ср.0.7
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Sharks - North Stars 29 июня 2022 2 0 2 0 0
Истребители - North Stars 13 июля 2022 0 0 0 0 0
North Stars - Истребители 03 августа 2022 0 0 0 0 0
MadGuyHockey Cup. Группа B (3-й дивизион)

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

MadGuyHockey Cup

4 1
ср.0.3
1
ср.0.3
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Rolf Ю-Питер - North Stars 20 апреля 2022 0 0 0 0 0
Венчур - North Stars 12 июня 2022 0 0 0 0 0
North Stars - Венчур 28 мая 2022 1 1 0 0 0
North Stars - White Sharks 06 июня 2022 0 0 0 0 0
Дивизион СТАРТ

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

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

23 11
ср.0.5
9
ср.0.4
2
ср.0.1
2
ср.0.1
6
ср.0.3
Соперники Дата матча О Ш П +/- ШТ
North Stars - Алмаз С 29 октября 2021 2 2 0 0 0
North Stars - Рать 13 ноября 2021 1 1 0 2 2
North Stars - Парк-Премьер 2 17 ноября 2021 0 0 0 0 0
Легион 2023 - North Stars 26 ноября 2021 1 1 0 0 0
Алмаз С - North Stars 02 декабря 2021 1 1 0 0 0
Прогресс 3 - North Stars 04 декабря 2021 1 1 0 0 0
Дримтим - North Stars 10 декабря 2021 1 1 0 0 0
North Stars - Газпром Проектирование 2 14 декабря 2021 0 0 0 0 0
North Stars - Дримтим 15 декабря 2021 0 0 0 0 0
Парк-Премьер 2 - North Stars 15 января 2022 1 1 0 0 0
North Stars - Прогресс 3 19 января 2022 1 1 0 0 0
Рать - North Stars 15 февраля 2022 1 0 1 0 0
Газпром Проектирование 2 - North Stars 17 февраля 2022 0 0 0 0 0
North Stars - Легион 2023 23 февраля 2022 0 0 0 0 0
North Stars - Легион 2023 07 марта 2022 0 0 0 0 0
Легион 2023 - North Stars 11 марта 2022 0 0 0 0 0
North Stars - Легион 2023 16 марта 2022 0 0 0 0 2
North Stars - Парк-Премьер 2 23 марта 2022 0 0 0 0 0
Парк-Премьер 2 - North Stars 29 марта 2022 0 0 0 0 0
North Stars - Парк-Премьер 2 31 марта 2022 1 0 1 0 0
Газпром Проектирование 2 - North Stars 14 апреля 2022 0 0 0 0 0
North Stars - Газпром Проектирование 2 18 апреля 2022 0 0 0 0 0
Газпром Проектирование 2 - North Stars 28 апреля 2022 0 0 0 0 2
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2025-2026 И
7-й дивизион 7-й дивизион 0 0 0 0
5-й дивизион 5-й дивизион 0 0 0 0
Сезон 2024-2025 И
Кубок Великого Новгорода Кубок Великого Новгорода 0 0 0 0
Зимний кубок Выборга Зимний кубок Выборга 0 0 0 0
7-й Дивизион 7-й Дивизион 0 0 0 0
5-й дивизион 5-й дивизион 0 0 0 0
Сезон 2023-2024 И
7-й дивизион 7-й дивизион 0 0 0 0
Квалификационный 2023 Группа B (5-й дивизион) Квалификационный 2023 Группа B (5-й дивизион) 1 1 0 0
Соперники Дата матча
North Stars - Адамант 03 августа 2023
Квалификационный 2023 Группа А (СТАРТ) Квалификационный 2023 Группа А (СТАРТ) 0 0 0 0
Сезон 2022-2023 И
5-й дивизион 5-й дивизион 0 0 0 0
СТАРТ СТАРТ 1 0 1 0
Соперники Дата матча
Алмаз С - North Stars Farm 20 октября 2022
Сезон 2021-2022 И
IRON CORN - КВАЛИФИКАЦИОННЫЙ 2022, стыковые матчи IRON CORN - КВАЛИФИКАЦИОННЫЙ 2022, стыковые матчи 0 0 0 0
IRON CORN - Квалификационный 2022, Дивизион СТАРТ, Группа А IRON CORN - Квалификационный 2022, Дивизион СТАРТ, Группа А 0 0 0 0
MadGuyHockey Cup. Группа B (3-й дивизион) MadGuyHockey Cup. Группа B (3-й дивизион) 1 1 0 0
Соперники Дата матча
North Stars - Венчур 28 мая 2022
Дивизион СТАРТ Дивизион СТАРТ 5 1 4 0
Соперники Дата матча
North Stars - Алмаз С 29 октября 2021
North Stars - Рать 13 ноября 2021
Легион 2023 - North Stars 26 ноября 2021
Дримтим - North Stars 10 декабря 2021
North Stars - Прогресс 3 19 января 2022
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в