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

Тишкин Алексей #4528

  • Дата рождения: 27.10.1989
  • Возраст: 36
  • Рост: 180
  • Вес: 82
  • Статус: Любитель 3 звезды
Тишкин Алексей

Заявки

Осенний Кубок Выборга Турнир Заявлен Команда Номер Амплуа

Турниры выходного дня

Осенний Кубок Выборга

07.10.2025 Отрадное 89 Нападающий

Статистика

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 = '4528' AND tournament.season_id = '10' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2025-2026 М О Ш П +/- ШТ
Осенний Кубок Выборга

Осенний Кубок Выборга

Турниры выходного дня

4 4
ср.1
3
ср.0.8
1
ср.0.3
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Легион - Отрадное 11 октября 2025 1 1 0 0 0
Отрадное - Пента 11 октября 2025 1 0 1 0 0
Отрадное - Вымпел 12 октября 2025 1 1 0 0 0
Отрадное - Викинги 12 октября 2025 1 1 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 = '4528' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М О Ш П +/- ШТ
Финальный этап, Главный кубок

Финальный этап, Главный кубок

Осенний Кубок Выборга

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
2
ср.2
Соперники Дата матча О Ш П +/- ШТ
Отрадное - Викинги 29 сентября 2024 0 0 0 0 2
Предварительный этап, Группа А

Предварительный этап, Группа А

Осенний Кубок Выборга

2 1
ср.0.5
1
ср.0.5
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Рать - Отрадное 29 сентября 2024 1 1 0 0 0
Сборная РХЛ Санкт-Петербург - Отрадное 28 сентября 2024 0 0 0 0 0
5-й дивизион

5-й дивизион

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

21 20
ср.1
12
ср.0.6
8
ср.0.4
0
ср.0
6
ср.0.3
Соперники Дата матча О Ш П +/- ШТ
Остров - Отрадное 30 октября 2024 1 1 0 0 0
Отрадное - Ржавый якорь 07 ноября 2024 2 1 1 0 0
Легион - Отрадное 11 ноября 2024 1 1 0 0 0
Отрадное - Рать 14 ноября 2024 2 1 1 0 0
Ржавый якорь - Отрадное 03 декабря 2024 4 3 1 0 0
Отрадное - Остров 05 декабря 2024 1 1 0 0 0
Рать - Отрадное 10 декабря 2024 0 0 0 0 6
Остров - Отрадное 25 декабря 2024 1 1 0 0 0
Отрадное - Ржавый якорь 16 января 2025 2 1 1 0 0
Легион - Отрадное 20 января 2025 1 0 1 0 0
Отрадное - Рать 30 января 2025 0 0 0 0 0
Отрадное - Остров 13 февраля 2025 1 0 1 0 0
Ржавый якорь - Отрадное 18 февраля 2025 0 0 0 0 0
Отрадное - Легион 27 февраля 2025 1 0 1 0 0
Рать - Отрадное 04 марта 2025 2 1 1 0 0
Отрадное - Легион 03 апреля 2025 0 0 0 0 0
Легион - Отрадное 09 апреля 2025 0 0 0 0 0
Отрадное - Остров 15 апреля 2025 0 0 0 0 0
Остров - Отрадное 16 апреля 2025 1 1 0 0 0
Отрадное - Остров 22 апреля 2025 0 0 0 0 0
Остров - Отрадное 23 апреля 2025 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 = '4528' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
Кубок Ленинское

Кубок Ленинское

Турниры выходного дня

4 4
ср.1
4
ср.1
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Сборная РХЛ - Отрадное 19 августа 2023 2 2 0 0 0
Отрадное - Рать 19 августа 2023 0 0 0 0 0
Отрадное - Легион 20 августа 2023 0 0 0 0 0
Викинги - Отрадное 20 августа 2023 2 2 0 0 0
5-й дивизион

5-й дивизион

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

25 20
ср.0.8
9
ср.0.4
11
ср.0.4
0
ср.0
4
ср.0.2
Соперники Дата матча О Ш П +/- ШТ
Легион - Отрадное 18 октября 2023 1 1 0 0 0
Отрадное - Прогресс 26 октября 2023 0 0 0 0 0
Рать - Отрадное 31 октября 2023 0 0 0 0 0
Отрадное - Танк 07 ноября 2023 0 0 0 0 0
Вымпел Про - Отрадное 13 ноября 2023 0 0 0 0 0
Отрадное - Royals 3 23 ноября 2023 1 1 0 0 0
ЦМКБ Алмаз - Отрадное 01 декабря 2023 1 0 1 0 0
Отрадное - Легион 05 декабря 2023 0 0 0 0 0
Прогресс - Отрадное 20 декабря 2023 1 1 0 0 0
Отрадное - Рать 18 января 2024 0 0 0 0 0
Танк - Отрадное 23 января 2024 1 1 0 0 0
Отрадное - Вымпел Про 06 февраля 2024 1 0 1 0 0
Royals 3 - Отрадное 16 февраля 2024 2 0 2 0 0
Отрадное - ЦМКБ Алмаз 22 февраля 2024 1 1 0 0 0
Отрадное - Легион 05 марта 2024 1 1 0 0 0
Легион - Отрадное 13 марта 2024 2 0 2 0 0
Отрадное - Легион 14 марта 2024 2 0 2 0 0
Отрадное - Прогресс 26 марта 2024 0 0 0 0 0
Прогресс - Отрадное 27 марта 2024 2 1 1 0 0
Прогресс - Отрадное 03 апреля 2024 0 0 0 0 0
Отрадное - Вымпел Про 11 апреля 2024 0 0 0 0 0
Вымпел Про - Отрадное 19 апреля 2024 1 1 0 0 2
Отрадное - Вымпел Про 23 апреля 2024 1 0 1 0 2
Вымпел Про - Отрадное 26 апреля 2024 1 0 1 0 0
Отрадное - Вымпел Про 02 мая 2024 1 1 0 0 0
Квалификационный 2023 Группа B (5-й дивизион)

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

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

9 4
ср.0.4
4
ср.0.4
0
ср.0
0
ср.0
4
ср.0.4
Соперники Дата матча О Ш П +/- ШТ
Газстройпром - Отрадное 05 июля 2023 0 0 0 0 0
РамбоВ - Отрадное 11 июля 2023 1 1 0 0 0
North Stars - Отрадное 16 июля 2023 0 0 0 0 0
Танк S - Отрадное 25 июля 2023 1 1 0 0 2
Адамант - Отрадное 28 июля 2023 2 2 0 0 0
Отрадное - РамбоВ 29 августа 2023 0 0 0 0 0
Отрадное - Танк S 02 сентября 2023 0 0 0 0 2
Отрадное - Адамант 05 сентября 2023 0 0 0 0 0
Отрадное - North Stars 07 сентября 2023 0 0 0 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2025-2026 И
Осенний Кубок Выборга Осенний Кубок Выборга 0 0 0 0
Сезон 2024-2025 И
Финальный этап, Главный кубок Финальный этап, Главный кубок 0 0 0 0
Предварительный этап, Группа А Предварительный этап, Группа А 0 0 0 0
5-й дивизион 5-й дивизион 0 0 0 0
Сезон 2023-2024 И
Кубок Ленинское Кубок Ленинское 2 1 0 1
Соперники Дата матча
Сборная РХЛ - Отрадное 19 августа 2023
Викинги - Отрадное 20 августа 2023
5-й дивизион 5-й дивизион 0 0 0 0
Квалификационный 2023 Группа B (5-й дивизион) Квалификационный 2023 Группа B (5-й дивизион) 1 0 0 1
Соперники Дата матча
Адамант - Отрадное 28 июля 2023
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в