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

Белов Даниил #2423

  • Дата рождения: 09.11.2000
  • Возраст: 24
  • Рост: 193
  • Вес: 105
  • Статус: Любитель 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 = '2423' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М Б Ш % ШТ
4-й Дивизион 4-й Дивизион 3 47
ср.15.7
5
ср.1.7
89.36% 0
ср.0
Соперники Дата матча Б Ш % ШТ
ССП - Невский Штурвал 23 ноября 2024 13 1 92.31% 0
Атомэнергопроект - ССП 28 ноября 2024 15 2 86.67% 0
Викинги - ССП 01 декабря 2024 19 2 89.47% 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 = '2423' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М Б Ш % ШТ
4-й Дивизион 4-й Дивизион 25 521
ср.20.8
64
ср.2.6
87.72% 29
ср.1.2
Соперники Дата матча Б Ш % ШТ
ССП - ЖХК Хорс 14 октября 2023 19 5 73.68% 0
Штерн - ССП 21 октября 2023 24 2 91.67% 0
ССП - РамбоВ 28 октября 2023 28 4 85.71% 0
Форвард - ССП 12 ноября 2023 26 2 92.31% 0
ССП - Венчур 18 ноября 2023 22 3 86.36% 0
Юникс - ССП 22 ноября 2023 25 2 92% 0
ССП - Автополе 02 декабря 2023 23 1 95.65% 0
Апельсин - ССП 10 декабря 2023 20 5 75% 0
Динамит - ССП 25 декабря 2023 26 1 96.15% 0
РамбоВ - ССП 23 января 2024 23 3 86.96% 25
ССП - Апельсин 03 февраля 2024 0% 0
ССП - Юникс 10 февраля 2024 19 4 78.95% 0
Венчур - ССП 11 февраля 2024 19 5 73.68% 0
ССП - Штерн 17 февраля 2024 23 3 86.96% 0
Автополе - ССП 19 февраля 2024 28 4 85.71% 0
ССП - Форвард 24 февраля 2024 0% 0
Ржавый якорь - ССП 27 февраля 2024 25 0 100% 0
ССП - Динамит 02 марта 2024 24 3 87.5% 0
ЖХК Хорс - ССП 17 января 2024 0% 0
ССП - Форвард 09 марта 2024 23 3 86.96% 2
Форвард - ССП 13 марта 2024 19 3 84.21% 0
Форвард - ССП 20 марта 2024 24 1 95.83% 2
ССП - Венчур 23 марта 2024 29 3 89.66% 0
Венчур - ССП 27 марта 2024 24 5 79.17% 0
Медведь - ССП 12 апреля 2024 28 2 92.86% 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 = '2423' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М Б Ш % ШТ
4-й Дивизион 4-й Дивизион 24 643
ср.26.8
72
ср.3
88.8% 0
ср.0
Соперники Дата матча Б Ш % ШТ
РамбоВ - ССП 25 октября 2022 36 0 100% 0
ССП - Юникс 05 ноября 2022 21 4 80.95% 0
Парк - ССП 08 ноября 2022 22 5 77.27% 0
ССП - Венчур 03 декабря 2022 20 3 85% 0
ССП - РамбоВ 14 января 2023 43 6 86.05% 0
Юникс - ССП 18 января 2023 40 4 90% 0
ССП - Snow Wolf 21 января 2023 27 5 81.48% 0
Венчур - ССП 12 февраля 2023 25 3 88% 0
ССП - Лоси 18 февраля 2023 23 3 86.96% 0
ССП - Легион 04 февраля 2023 27 3 88.89% 0
ССП - Парк 04 марта 2023 29 6 79.31% 0
ССП - Юникс 11 марта 2023 25 2 92% 0
ССП - Юникс 18 марта 2023 38 5 86.84% 0
Юникс - ССП 22 марта 2023 23 2 91.3% 0
ССП - Юникс 25 марта 2023 28 3 89.29% 0
ССП - Венчур 01 апреля 2023 32 2 93.75% 0
Венчур - ССП 02 апреля 2023 28 3 89.29% 0
ССП - Венчур 08 апреля 2023 35 1 97.14% 0
Венчур - ССП 09 апреля 2023 13 1 92.31% 0
Snow Wolf - ССП 18 апреля 2023 23 3 86.96% 0
ССП - Snow Wolf 22 апреля 2023 26 3 88.46% 0
Snow Wolf - ССП 25 апреля 2023 22 3 86.36% 0
ССП - Snow Wolf 29 апреля 2023 19 0 100% 0
ССП - Snow Wolf 13 мая 2023 18 2 88.89% 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 = '2423' AND tournament.season_id = '6' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2021-2022 М Б Ш % ШТ
MadGuyHockey Cup. Группа C (3-й дивизион) MadGuyHockey Cup. Группа C (3-й дивизион) 5 110
ср.22
11
ср.2.2
90% 0
ср.0
Соперники Дата матча Б Ш % ШТ
ССП - Ржавый якорь 16 апреля 2022 15 1 93.33% 0
Легион - ССП 20 апреля 2022 20 1 95% 0
ССП - Холодильник 21 мая 2022 24 1 95.83% 0
ССП - Газпром Проектирование 2 18 июня 2022 24 3 87.5% 0
Газпром Проектирование 2 - ССП 19 мая 2022 27 5 81.48% 0
Третий дивизион Третий дивизион 14 334
ср.23.9
40
ср.2.9
88.02% 0
ср.0
Соперники Дата матча Б Ш % ШТ
ССП - ЖХК Хорс 16 октября 2021 22 7 68.18% 0
Red Bulls - ССП 16 ноября 2021 28 3 89.29% 0
ССП - Лоси 27 ноября 2021 18 0 100% 0
Парк - ССП 30 ноября 2021 20 2 90% 0
ССП - РамбоВ 04 декабря 2021 19 1 94.74% 0
ССП - Rolf Ю-Питер 11 декабря 2021 22 3 86.36% 0
Форвард 2 - ССП 19 декабря 2021 31 4 87.1% 0
Rolf Ю-Питер - ССП 12 января 2022 31 3 90.32% 0
Лоси - ССП 26 января 2022 26 5 80.77% 0
ССП - Прогресс 2 29 января 2022 27 4 85.19% 0
ССП - Венчур 18 февраля 2022 23 1 95.65% 0
ССП - Парк 19 февраля 2022 28 5 82.14% 0
ССП - Форвард 2 26 февраля 2022 22 0 100% 0
ССП - Red Bulls 12 марта 2022 17 2 88.24% 0
И - матчи, Б - броски в створ ворот, Ш - шайбы, % - процент отраженных бросков

Три звезды

Сезон 2024-2025 И
4-й Дивизион 4-й Дивизион 0 0 0 0
Сезон 2023-2024 И
4-й Дивизион 4-й Дивизион 0 0 0 0
Сезон 2022-2023 И
4-й Дивизион 4-й Дивизион 2 2 0 0
Соперники Дата матча
РамбоВ - ССП 25 октября 2022
Snow Wolf - ССП 18 апреля 2023
Сезон 2021-2022 И
MadGuyHockey Cup. Группа C (3-й дивизион) MadGuyHockey Cup. Группа C (3-й дивизион) 0 0 0 0
Третий дивизион Третий дивизион 6 3 2 1
Соперники Дата матча
ССП - Лоси 27 ноября 2021
ССП - РамбоВ 04 декабря 2021
Rolf Ю-Питер - ССП 12 января 2022
ССП - Венчур 18 февраля 2022
ССП - Форвард 2 26 февраля 2022
ССП - Red Bulls 12 марта 2022
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в