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

Иванов Андрей #1100

  • Дата рождения: 12.11.1973
  • Возраст: 51
  • Рост: 182
  • Вес: 74
  • Статус: Любитель 1 звезда
Иванов Андрей

Статистика

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 = '1100' AND tournament.season_id = '5' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2020-2021 М О Ш П +/- ШТ
3-й дивизион

3-й дивизион

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

4 1
ср.0.3
1
ср.0.3
0
ср.0
0
ср.0
2
ср.0.5
Соперники Дата матча О Ш П +/- ШТ
Шершни - Red Bulls 29 ноября 2020 1 1 0 0 0
Штерн - Шершни 04 декабря 2020 0 0 0 0 0
Шершни - Синяя Машина 20 декабря 2020 0 0 0 0 0
Легион - Шершни 23 декабря 2020 0 0 0 0 2
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 = '1100' AND tournament.season_id = '3' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2019-2020 М О Ш П +/- ШТ
3-й Дивизион

3-й Дивизион

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

8 2
ср.0.3
2
ср.0.3
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Ржавый якорь - Шершни 31 октября 2019 0 0 0 0 0
Синяя Машина - Шершни 18 ноября 2019 0 0 0 0 0
Шершни - Форвард 24 ноября 2019 1 1 0 0 0
Шершни - Атомэнергопроект 08 декабря 2019 0 0 0 0 0
Шершни - Ржавый якорь 16 февраля 2020 1 1 0 0 0
Атомэнергопроект - Шершни 25 февраля 2020 0 0 0 0 0
Шершни - Легион 08 марта 2020 0 0 0 0 0
Шершни - Атомэнергопроект 15 марта 2020 0 0 0 0 0
2-й Дивизион

2-й Дивизион

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

2 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Шершни - Атомэнергопроект 03 ноября 2019 0 0 0 0 0
Шершни - Ржавый якорь 01 марта 2020 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 = '1100' AND tournament.season_id = '2' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2018-2019 М О Ш П +/- ШТ
Квалификационный 2019

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

Кубки РХЛ

8 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Ленинград - Шершни 02 июля 2019 0 0 0 0 0
Шершни - Рать 18 августа 2019 0 0 0 0 0
МСМ - Шершни 28 августа 2019 0 0 0 0 0
Форвард - Шершни 04 сентября 2019 0 0 0 0 0
Шершни - Легион 08 сентября 2019 0 0 0 0 0
Легион - Шершни 11 сентября 2019 0 0 0 0 0
Рать - Шершни 18 сентября 2019 0 0 0 0 0
Шершни - Red Bulls 22 сентября 2019 0 0 0 0 0
3-й Дивизион

3-й Дивизион

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

20 6
ср.0.3
4
ср.0.2
2
ср.0.1
0
ср.0
8
ср.0.4
Соперники Дата матча О Ш П +/- ШТ
Эскадра - Шершни 13 ноября 2018 0 0 0 0 0
Шершни - Рать 23 ноября 2018 0 0 0 0 0
Шершни - Легион 2023 07 декабря 2018 0 0 0 0 0
Шершни - Синяя Машина 21 декабря 2018 0 0 0 0 0
Рать - Шершни 09 января 2019 1 1 0 0 0
Шершни - Эскадра 25 января 2019 0 0 0 0 0
Синяя Машина - Шершни 30 января 2019 0 0 0 0 0
Легион 2023 - Шершни 06 февраля 2019 2 2 0 0 0
Шершни - Форвард 08 февраля 2019 1 0 1 0 2
Шершни - Легион 2023 22 февраля 2019 0 0 0 0 0
Шершни - Рать 01 марта 2019 0 0 0 0 0
Шершни - Эскадра 10 марта 2019 0 0 0 0 0
Шершни - Синяя Машина 28 марта 2019 0 0 0 0 0
Эскадра - Шершни 02 апреля 2019 0 0 0 0 2
Легион 2023 - Шершни 03 апреля 2019 0 0 0 0 2
Шершни - Форвард 05 апреля 2019 1 0 1 0 0
Рать - Шершни 10 апреля 2019 1 1 0 0 2
Синяя Машина - Шершни 22 апреля 2019 0 0 0 0 0
Шершни - Синяя Машина 26 апреля 2019 0 0 0 0 0
Синяя Машина - Шершни 29 апреля 2019 0 0 0 0 0
2-й Дивизион

2-й Дивизион

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

17 4
ср.0.2
2
ср.0.1
2
ср.0.1
-3
ср.-0.2
10
ср.0.6
Соперники Дата матча О Ш П +/- ШТ
Шершни - Легион 19 октября 2018 0 0 0 0 2
Шершни - ЖХК Хорс 09 ноября 2018 0 0 0 0 0
ЖХК Хорс - Шершни 16 ноября 2018 0 0 0 0 0
Легион - Шершни 24 декабря 2018 0 0 0 0 0
Шершни - Greenway 01 февраля 2019 0 0 0 0 0
Рать 1703 - Шершни 13 февраля 2019 1 0 1 0 2
Шершни - Легион 15 февраля 2019 0 0 0 0 0
Диаконт-Нева - Шершни 20 февраля 2019 0 0 0 0 2
Greenway - Шершни 04 марта 2019 0 0 0 0 0
Шершни - Рать 1703 22 марта 2019 0 0 0 0 0
Легион - Шершни 17 апреля 2019 0 0 0 -2 0
Шершни - Легион 19 апреля 2019 0 0 0 -2 0
Легион - Шершни 24 апреля 2019 0 0 0 1 2
Greenway - Шершни 13 мая 2019 2 1 1 1 0
Шершни - Greenway 16 мая 2019 1 1 0 1 0
Диаконт-Нева - Шершни 24 мая 2019 0 0 0 -1 2
Шершни - Диаконт-Нева 02 июня 2019 0 0 0 -1 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 = '1100' AND tournament.season_id = '1' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2017-2018 М О Ш П +/- ШТ
Квалификационный 2018

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

Кубки РХЛ

8 1
ср.0.1
0
ср.0
1
ср.0.1
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Шершни - Легион 17 июля 2018 0 0 0 0 0
Шершни - Рать 1703 24 июля 2018 0 0 0 0 0
PepsiCo - Шершни 02 августа 2018 0 0 0 0 0
Диаконт-Нева - Шершни 10 августа 2018 0 0 0 0 0
Шершни - PepsiCo 21 августа 2018 0 0 0 0 0
Шершни - Диаконт-Нева 28 августа 2018 0 0 0 0 0
Рать 1703 - Шершни 05 сентября 2018 0 0 0 0 0
Легион - Шершни 12 сентября 2018 1 0 1 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2020-2021 И
3-й дивизион 3-й дивизион 0 0 0 0
Сезон 2019-2020 И
3-й Дивизион 3-й Дивизион 0 0 0 0
2-й Дивизион 2-й Дивизион 0 0 0 0
Сезон 2018-2019 И
Квалификационный 2019 Квалификационный 2019 0 0 0 0
3-й Дивизион 3-й Дивизион 2 0 1 1
Соперники Дата матча
Легион 2023 - Шершни 06 февраля 2019
Рать - Шершни 10 апреля 2019
2-й Дивизион 2-й Дивизион 2 0 2 0
Соперники Дата матча
Greenway - Шершни 13 мая 2019
Шершни - Greenway 16 мая 2019
Сезон 2017-2018 И
Квалификационный 2018 Квалификационный 2018 0 0 0 0
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в