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

Лётчиков Егор #2360

  • Дата рождения: 07.03.2004
  • Возраст: 21
  • Рост: 179
  • Вес: 73
  • Статус: Любитель 4 звезды
Лётчиков Егор

Статистика

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 = '2360' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
Квалификационный 2023 Группа С (3-й дивизион)

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

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

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

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

MadGuyHockey Cup

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Транснефть – Балтика - Самураи 09 июня 2023 0 0 0 0 0
MadGuyHockey Cup. Группа D (3-й дивизион, группа Б)

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

MadGuyHockey Cup

4 0
ср.0
0
ср.0
0
ср.0
0
ср.0
2
ср.0.5
Соперники Дата матча О Ш П +/- ШТ
Парк - Лоси 22 апреля 2023 0 0 0 0 2
Лоси - Парк 25 мая 2023 0 0 0 0 0
Парк - Штерн 30 мая 2023 0 0 0 0 0
Ржавый якорь - Парк 06 июня 2023 0 0 0 0 0
MadGuyHockey Cup. Группа С (4-й дивизион)

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

MadGuyHockey Cup

3 1
ср.0.3
1
ср.0.3
0
ср.0
0
ср.0
2
ср.0.7
Соперники Дата матча О Ш П +/- ШТ
Парк-Премьер 2 - Кронштадт 23 мая 2023 0 0 0 0 0
Легион - Парк-Премьер 2 31 мая 2023 0 0 0 0 2
Гепард - Парк-Премьер 2 07 июня 2023 1 1 0 0 0
4-й Дивизион

4-й Дивизион

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

16 5
ср.0.3
4
ср.0.3
1
ср.0.1
0
ср.0
2
ср.0.1
Соперники Дата матча О Ш П +/- ШТ
Парк - Лоси 18 октября 2022 0 0 0 0 0
Венчур - Парк 30 октября 2022 0 0 0 0 0
Парк - ССП 08 ноября 2022 1 1 0 0 0
Парк - Snow Wolf 19 ноября 2022 0 0 0 0 0
Парк - Юникс 17 декабря 2022 1 1 0 0 0
Легион - Парк 11 января 2023 0 0 0 0 0
Парк - Венчур 17 января 2023 1 1 0 0 0
Лоси - Парк 26 января 2023 0 0 0 0 0
Парк - РамбоВ 04 февраля 2023 0 0 0 0 0
Snow Wolf - Парк 07 февраля 2023 0 0 0 0 0
Юникс - Парк 22 февраля 2023 0 0 0 0 0
Парк - Snow Wolf 07 марта 2023 2 1 1 0 0
Snow Wolf - Парк 11 марта 2023 0 0 0 0 0
Парк - Snow Wolf 14 марта 2023 0 0 0 0 0
Snow Wolf - Парк 23 марта 2023 0 0 0 0 2
Парк - Snow Wolf 28 марта 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 = '2360' AND tournament.season_id = '6' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2021-2022 М О Ш П +/- ШТ
Дивизион СТАРТ

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

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

7 4
ср.0.6
3
ср.0.4
1
ср.0.1
2
ср.0.3
35
ср.5
Соперники Дата матча О Ш П +/- ШТ
Прогресс 3 - Парк-Премьер 2 13 октября 2021 0 0 0 0 2
Парк-Премьер 2 - Рать 23 октября 2021 2 2 0 2 6
North Stars - Парк-Премьер 2 17 ноября 2021 0 0 0 0 0
Парк-Премьер 2 - Дримтим 23 ноября 2021 2 1 1 0 0
Легион 2023 - Парк-Премьер 2 03 декабря 2021 0 0 0 0 0
Парк-Премьер 2 - Прогресс 3 07 декабря 2021 0 0 0 0 27
Парк-Премьер 2 - Алмаз С 15 марта 2022 0 0 0 0 0
Третий дивизион

Третий дивизион

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

20 7
ср.0.4
4
ср.0.2
3
ср.0.2
-2
ср.-0.1
70
ср.3.5
Соперники Дата матча О Ш П +/- ШТ
Венчур - Парк 14 ноября 2021 0 0 0 -2 0
РамбоВ - Парк 22 ноября 2021 1 0 1 0 2
Парк - ЖХК Хорс 27 ноября 2021 1 0 1 0 2
Форвард 2 - Парк 05 декабря 2021 0 0 0 0 0
Парк - Лоси 11 декабря 2021 0 0 0 0 0
Red Bulls - Парк 21 декабря 2021 0 0 0 0 2
Парк - Прогресс 2 11 января 2022 1 0 1 0 0
ЖХК Хорс - Парк 13 января 2022 0 0 0 0 0
Парк - Венчур 18 января 2022 0 0 0 0 2
Парк - РамбоВ 12 февраля 2022 0 0 0 0 2
Парк - Rolf Ю-Питер 17 февраля 2022 0 0 0 0 0
ССП - Парк 19 февраля 2022 2 2 0 0 2
Прогресс 2 - Парк 23 февраля 2022 0 0 0 0 2
Парк - Red Bulls 26 февраля 2022 0 0 0 0 27
Форвард 2 - Парк 16 марта 2022 0 0 0 0 0
Парк - Red Bulls 26 марта 2022 1 1 0 0 0
Red Bulls - Парк 31 марта 2022 0 0 0 0 2
Парк - Red Bulls 09 апреля 2022 0 0 0 0 0
Парк - Прогресс 2 16 апреля 2022 1 1 0 0 0
Прогресс 2 - Парк 23 апреля 2022 0 0 0 0 27
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2023-2024 И
Квалификационный 2023 Группа С (3-й дивизион) Квалификационный 2023 Группа С (3-й дивизион) 0 0 0 0
Сезон 2022-2023 И
MadGuyHockey Cup. Группа Е (3-й дивизион, группа А) MadGuyHockey Cup. Группа Е (3-й дивизион, группа А) 0 0 0 0
MadGuyHockey Cup. Группа D (3-й дивизион, группа Б) MadGuyHockey Cup. Группа D (3-й дивизион, группа Б) 0 0 0 0
MadGuyHockey Cup. Группа С (4-й дивизион) MadGuyHockey Cup. Группа С (4-й дивизион) 0 0 0 0
4-й Дивизион 4-й Дивизион 0 0 0 0
Сезон 2021-2022 И
Дивизион СТАРТ Дивизион СТАРТ 2 2 0 0
Соперники Дата матча
Парк-Премьер 2 - Рать 23 октября 2021
Парк-Премьер 2 - Дримтим 23 ноября 2021
Третий дивизион Третий дивизион 4 3 0 1
Соперники Дата матча
ССП - Парк 19 февраля 2022
Парк - Red Bulls 26 марта 2022
Red Bulls - Парк 31 марта 2022
Парк - Прогресс 2 16 апреля 2022
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в