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

Яшко Андрей #2722

  • Дата рождения: 11.02.1984
  • Возраст: 41
  • Рост: 186
  • Вес: 89
  • Статус: Любитель 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 = '2722' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
2-й Дивизион

2-й Дивизион

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

2 2
ср.1
1
ср.0.5
1
ср.0.5
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Грузманова-Сорокина (Груз 40) - Гранит 03 ноября 2022 1 0 1 0 0
СК Питер - Гранит 07 декабря 2022 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 = '2722' AND tournament.season_id = '6' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2021-2022 М О Ш П +/- ШТ
IRON CORN - КВАЛИФИКАЦИОННЫЙ 2022, стыковые матчи

IRON CORN - КВАЛИФИКАЦИОННЫЙ 2022, стыковые матчи

IRON CORN

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
2
ср.2
Соперники Дата матча О Ш П +/- ШТ
Royals 2 - Гранит 09 сентября 2022 0 0 0 0 2
Квалификационный 2022, 3-й Дивизион, Группа А

Квалификационный 2022, 3-й Дивизион, Группа А

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

4 2
ср.0.5
2
ср.0.5
0
ср.0
0
ср.0
2
ср.0.5
Соперники Дата матча О Ш П +/- ШТ
Ржавый якорь - Гранит 04 июля 2022 0 0 0 0 0
Гранит - Оккервиль 12 июля 2022 0 0 0 0 2
DEFA GROUP - Гранит 25 июля 2022 2 2 0 0 0
Гранит - DEFA GROUP 30 августа 2022 0 0 0 0 0
MadGuyHockey Cup. Группа А (СТАРТ)

MadGuyHockey Cup. Группа А (СТАРТ)

MadGuyHockey Cup

6 4
ср.0.7
0
ср.0
4
ср.0.7
0
ср.0
4
ср.0.7
Соперники Дата матча О Ш П +/- ШТ
Строительный Трест - Алмаз С 22 апреля 2022 1 0 1 0 2
АтомПроект 2 - Алмаз С 24 апреля 2022 1 0 1 0 0
Алмаз С - White Sharks Farm 28 апреля 2022 0 0 0 0 0
White Sharks Farm - Алмаз С 03 июня 2022 0 0 0 0 2
Рать - Алмаз С 07 июня 2022 1 0 1 0 0
Алмаз С - АтомПроект 2 13 июня 2022 1 0 1 0 0
Первый дивизион

Первый дивизион

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

3 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
D&D - Almaz-friends 21 ноября 2021 0 0 0 0 0
Almaz-friends - Грузманова-Сорокина (Груз 40) 14 декабря 2021 0 0 0 0 0
Грузманова-Сорокина (Груз 40) - Almaz-friends 20 января 2022 0 0 0 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2022-2023 И
2-й Дивизион 2-й Дивизион 0 0 0 0
Сезон 2021-2022 И
IRON CORN - КВАЛИФИКАЦИОННЫЙ 2022, стыковые матчи IRON CORN - КВАЛИФИКАЦИОННЫЙ 2022, стыковые матчи 0 0 0 0
Квалификационный 2022, 3-й Дивизион, Группа А Квалификационный 2022, 3-й Дивизион, Группа А 0 0 0 0
MadGuyHockey Cup. Группа А (СТАРТ) MadGuyHockey Cup. Группа А (СТАРТ) 0 0 0 0
Первый дивизион Первый дивизион 0 0 0 0
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в