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

Старков Артем #605

  • Дата рождения: 05.01.1988
  • Возраст: 37
  • Рост: 168
  • Вес: 79
  • Статус: Любитель 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 = '605' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М Б Ш % ШТ
5-й дивизион 5-й дивизион 9 204
ср.22.7
20
ср.2.2
90.2% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Самураи - Газпром Проектирование 22 октября 2022 28 3 89.29% 0
Газпром Проектирование - Заряд СПб 31 января 2023 16 2 87.5% 0
Адамант - Газпром Проектирование 04 февраля 2023 24 2 91.67% 0
Газпром Проектирование - Форвард 2 14 февраля 2023 21 2 90.48% 0
North Stars - Газпром Проектирование 18 февраля 2023 26 2 92.31% 0
Газпром Проектирование - Самураи 21 февраля 2023 24 2 91.67% 0
Газпром Проектирование - Royals 3 07 марта 2023 30 3 90% 0
Газпром Проектирование - Snow Wolf 2 16 марта 2023 19 2 89.47% 0
Газпром Проектирование - Snow Wolf 2 30 марта 2023 16 2 87.5% 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 = '605' AND tournament.season_id = '2' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2018-2019 М Б Ш % ШТ
Квалификационный 2019 Квалификационный 2019 6 141
ср.23.5
22
ср.3.7
84.4% 0
ср.0
Соперники Дата матча Б Ш % ШТ
Рать - PepsiCo 26 июня 2019 32 6 81.25% 0
Рать - Red Bulls 03 июля 2019 24 4 83.33% 0
Форвард - Рать 07 июля 2019 17 0 100% 0
Атомэнергопроект - Рать 10 июля 2019 27 4 85.19% 0
Шершни - Рать 18 августа 2019 22 4 81.82% 0
Рать - Форвард 26 августа 2019 19 4 78.95% 0
3-й Дивизион 3-й Дивизион 25 500
ср.20
44
ср.1.8
91.2% 2
ср.0.1
Соперники Дата матча Б Ш % ШТ
Легион 2023 - Рать 14 ноября 2018 33 3 90.91% 0
Шершни - Рать 23 ноября 2018 12 0 100% 0
Эскадра - Рать 27 ноября 2018 22 4 81.82% 0
Рать - Эскадра 12 декабря 2018 23 0 100% 0
Рать - Шершни 09 января 2019 25 3 88% 0
Форвард - Рать 03 февраля 2019 25 1 96% 0
Рать - Форвард 06 февраля 2019 14 0 100% 0
Рать - Легион 2023 27 февраля 2019 19 2 89.47% 0
Шершни - Рать 01 марта 2019 13 0 100% 0
Эскадра - Рать 05 марта 2019 18 1 94.44% 0
Рать - Легион 2023 11 марта 2019 12 0 100% 0
Рать - Синяя Машина 13 марта 2019 10 0 100% 0
Легион 2023 - Рать 18 марта 2019 15 1 93.33% 0
Рать - Синяя Машина 20 марта 2019 16 4 75% 0
Синяя Машина - Рать 25 марта 2019 19 4 78.95% 0
Рать - Форвард 27 марта 2019 22 3 86.36% 0
Рать - Эскадра 03 апреля 2019 27 5 81.48% 0
Синяя Машина - Рать 08 апреля 2019 17 0 100% 0
Рать - Шершни 10 апреля 2019 12 3 75% 0
Рать - Легион 2023 29 апреля 2019 18 0 100% 0
Легион 2023 - Рать 08 мая 2019 25 0 100% 0
Эскадра - Рать 14 мая 2019 26 3 88.46% 0
Рать - Эскадра 22 мая 2019 33 2 93.94% 0
Форвард - Рать 26 мая 2019 15 3 80% 0
Рать - Форвард 29 мая 2019 29 2 93.1% 2
2-й Дивизион 2-й Дивизион 6 184
ср.30.7
26
ср.4.3
85.87% 2
ср.0.3
Соперники Дата матча Б Ш % ШТ
Легион - Рать 1703 19 декабря 2018 22 5 77.27% 2
Диаконт-Нева - Рать 1703 11 января 2019 36 4 88.89% 0
Рать 1703 - Диаконт-Нева 23 января 2019 34 2 94.12% 0
Рать 1703 - Greenway 20 февраля 2019 27 7 74.07% 0
ЖХК Хорс - Рать 1703 06 марта 2019 25 6 76% 0
Рать 1703 - Легион 30 января 2019 40 2 95% 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 = '605' AND tournament.season_id = '1' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2017-2018 М Б Ш % ШТ
Кубок Открытия Кубок Открытия 6 155
ср.25.8
26
ср.4.3
83.23% 2
ср.0.3
Соперники Дата матча Б Ш % ШТ
СоюзОптТорг - Легион 2023 27 июля 2017 30 4 86.67% 0
СоюзОптТорг - ЖХК Хорс 01 августа 2017 20 5 75% 0
СоюзОптТорг - Ракета 10 августа 2017 27 5 81.48% 0
Легион 2023 - СоюзОптТорг 21 августа 2017 25 3 88% 0
ЖХК Хорс - СоюзОптТорг 15 августа 2017 25 4 84% 2
Ракета - СоюзОптТорг 31 августа 2017 28 5 82.14% 0
И - матчи, Б - броски в створ ворот, Ш - шайбы, % - процент отраженных бросков

Три звезды

Сезон 2022-2023 И
5-й дивизион 5-й дивизион 0 0 0 0
Сезон 2017-2018 И
Кубок Открытия Кубок Открытия 2 0 1 1
Соперники Дата матча
СоюзОптТорг - ЖХК Хорс 01 августа 2017
СоюзОптТорг - Ракета 10 августа 2017
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в