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

Волков Никита #3671

  • Дата рождения: 17.08.2003
  • Возраст: 22
  • Рост: 191
  • Вес: 74
  • Статус: Любитель 5 звезд
Волков Никита

Статистика

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 = '3671' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
MadGuyHockey Cup. Группа D (4-й дивизион)

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

Кубки внутрисезонные

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Апельсин - Самураи 26 мая 2024 0 0 0 0 0
Квалификационный 2023 Группа С (3-й дивизион)

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

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

1 2
ср.2
2
ср.2
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Медведь - Самураи 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 = '3671' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
MadGuyHockey Cup. Группа Е (3-й дивизион, группа А)

MadGuyHockey Cup. Группа Е (3-й дивизион, группа А)

MadGuyHockey Cup

3 3
ср.1
1
ср.0.3
2
ср.0.7
0
ср.0
6
ср.2
Соперники Дата матча О Ш П +/- ШТ
Апельсин - Самураи 23 апреля 2023 2 1 1 0 0
Транснефть – Балтика - Самураи 09 июня 2023 0 0 0 0 2
Самураи - Апельсин 17 июня 2023 1 0 1 0 4
5-й дивизион

5-й дивизион

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

20 14
ср.0.7
3
ср.0.2
11
ср.0.6
0
ср.0
18
ср.0.9
Соперники Дата матча О Ш П +/- ШТ
Самураи - Танк S 15 октября 2022 0 0 0 0 0
Самураи - Газпром Проектирование 22 октября 2022 0 0 0 0 0
Заряд СПб - Самураи 31 октября 2022 3 0 3 0 0
Самураи - Форвард 2 12 ноября 2022 1 0 1 0 0
Snow Wolf 2 - Самураи 22 ноября 2022 1 0 1 0 0
Самураи - Royals 3 10 декабря 2022 1 0 1 0 0
Самураи - Адамант 17 декабря 2022 0 0 0 0 2
North Stars - Самураи 21 января 2023 2 1 1 0 0
Самураи - Заряд СПб 28 января 2023 0 0 0 0 0
Форвард 2 - Самураи 01 февраля 2023 3 2 1 0 2
Самураи - Snow Wolf 2 11 февраля 2023 0 0 0 0 2
Royals 3 - Самураи 19 февраля 2023 0 0 0 0 0
Газпром Проектирование - Самураи 21 февраля 2023 2 0 2 0 0
Адамант - Самураи 25 февраля 2023 0 0 0 0 2
Заряд СПб - Самураи 20 марта 2023 1 0 1 0 0
Самураи - Заряд СПб 25 марта 2023 0 0 0 0 2
Заряд СПб - Самураи 27 марта 2023 0 0 0 0 2
Адамант - Самураи 22 апреля 2023 0 0 0 0 2
Самураи - Адамант 25 апреля 2023 0 0 0 0 2
Адамант - Самураи 29 апреля 2023 0 0 0 0 2
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2023-2024 И
MadGuyHockey Cup. Группа D (4-й дивизион) MadGuyHockey Cup. Группа D (4-й дивизион) 0 0 0 0
Квалификационный 2023 Группа С (3-й дивизион) Квалификационный 2023 Группа С (3-й дивизион) 1 0 1 0
Соперники Дата матча
Медведь - Самураи 09 июля 2023
Сезон 2022-2023 И
MadGuyHockey Cup. Группа Е (3-й дивизион, группа А) MadGuyHockey Cup. Группа Е (3-й дивизион, группа А) 0 0 0 0
5-й дивизион 5-й дивизион 3 1 0 2
Соперники Дата матча
North Stars - Самураи 21 января 2023
Форвард 2 - Самураи 01 февраля 2023
Газпром Проектирование - Самураи 21 февраля 2023
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в