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

Сезон 2025-2026

Малышев Даниил #1675

  • Дата рождения: 10.04.2001
  • Возраст: 24
  • Рост: 190
  • Вес: 83
  • Статус: Любитель 3 звезды
Малышев Даниил

Статистика

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 = '1675' AND tournament.season_id = '6' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2021-2022 М Б Ш % ШТ
MadGuyHockey Cup. Группа C (3-й дивизион) MadGuyHockey Cup. Группа C (3-й дивизион) 3 72
ср.24
9
ср.3
87.5% 0
ср.0
Соперники Дата матча Б Ш % ШТ
ССП - Ржавый якорь 16 апреля 2022 27 4 85.19% 0
Ржавый якорь - Холодильник 18 апреля 2022 24 3 87.5% 0
Ржавый якорь - Легион 25 апреля 2022 21 2 90.48% 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 = '1675' AND tournament.season_id = '5' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2020-2021 М Б Ш % ШТ
Выставочный матч Выставочный матч 1 39
ср.39
5
ср.5
87.18% 0
ср.0
Соперники Дата матча Б Ш % ШТ
РХЛ Север - РХЛ Юг 28 февраля 2021 39 5 87.18% 0
Предсезоннный. Дополнительная сетка Предсезоннный. Дополнительная сетка 1 41
ср.41
3
ср.3
92.68% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Легион - Ржавый якорь 28 октября 2020 41 3 92.68% 0
Предсезонный. Основная сетка Предсезонный. Основная сетка 1 18
ср.18
4
ср.4
77.78% 0
ср.0
Соперники Дата матча Б Ш % ШТ
ЕвроХим - Ржавый якорь 18 октября 2020 18 4 77.78% 0
3-й дивизион 3-й дивизион 18 548
ср.30.4
49
ср.2.7
91.06% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Шершни - Ржавый якорь 08 ноября 2020 21 3 85.71% 0
Red Bulls - Ржавый якорь 16 ноября 2020 34 4 88.24% 0
Ржавый якорь - Штерн 26 ноября 2020 23 2 91.3% 0
Прогресс - Ржавый якорь 02 декабря 2020 33 4 87.88% 0
Ржавый якорь - Легион 10 декабря 2020 33 2 93.94% 0
Атомэнергопроект - Ржавый якорь 12 января 2021 33 3 90.91% 0
Ржавый якорь - Динамит 21 января 2021 15 1 93.33% 0
Ржавый якорь - Шершни 28 января 2021 31 2 93.55% 0
Штерн - Ржавый якорь 21 февраля 2021 29 0 100% 0
Ржавый якорь - Прогресс 25 февраля 2021 27 3 88.89% 0
Легион - Ржавый якорь 03 марта 2021 39 4 89.74% 0
Ржавый якорь - Синяя Машина 11 марта 2021 24 2 91.67% 0
ЖХК Хорс - Ржавый якорь 18 марта 2021 31 0 100% 0
Форвард - Ржавый якорь 21 марта 2021 44 6 86.36% 0
Ржавый якорь - Атомэнергопроект 25 марта 2021 26 1 96.15% 0
Динамит - Ржавый якорь 29 марта 2021 49 6 87.76% 0
Ржавый якорь - Динамит 15 апреля 2021 21 3 85.71% 0
Динамит - Ржавый якорь 19 апреля 2021 35 3 91.43% 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 = '1675' AND tournament.season_id = '3' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2019-2020 М Б Ш % ШТ
2-й Дивизион 2-й Дивизион 2 51
ср.25.5
5
ср.2.5
90.2% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Ржавый якорь - Факел 07 ноября 2019 28 3 89.29% 0
Ржавый якорь - Шершни 23 января 2020 23 2 91.3% 0
И - матчи, Б - броски в створ ворот, Ш - шайбы, % - процент отраженных бросков

Три звезды

Сезон 2021-2022 И
MadGuyHockey Cup. Группа C (3-й дивизион) MadGuyHockey Cup. Группа C (3-й дивизион) 1 0 0 1
Соперники Дата матча
Ржавый якорь - Легион 25 апреля 2022
Сезон 2020-2021 И
Выставочный матч Выставочный матч 0 0 0 0
Предсезоннный. Дополнительная сетка Предсезоннный. Дополнительная сетка 1 0 1 0
Соперники Дата матча
Легион - Ржавый якорь 28 октября 2020
Предсезонный. Основная сетка Предсезонный. Основная сетка 0 0 0 0
3-й дивизион 3-й дивизион 6 2 3 1
Соперники Дата матча
Ржавый якорь - Динамит 21 января 2021
Ржавый якорь - Шершни 28 января 2021
Штерн - Ржавый якорь 21 февраля 2021
Ржавый якорь - Прогресс 25 февраля 2021
Легион - Ржавый якорь 03 марта 2021
ЖХК Хорс - Ржавый якорь 18 марта 2021
Сезон 2019-2020 И
2-й Дивизион 2-й Дивизион 1 1 0 0
Соперники Дата матча
Ржавый якорь - Шершни 23 января 2020
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в