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

Павлов Александр #1805

  • Дата рождения: 10.09.1991
  • Возраст: 34
  • Статус: Любитель 5 звезд
Павлов Александр

Статистика

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 = '1805' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
3-й Дивизион

3-й Дивизион

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

7 2
ср.0.3
1
ср.0.1
1
ср.0.1
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Прогресс - Шкипер 29 октября 2022 1 0 1 0 0
Апельсин - Прогресс 06 ноября 2022 0 0 0 0 0
Прогресс - L4 10 декабря 2022 0 0 0 0 0
Шкипер - Прогресс 18 декабря 2022 1 1 0 0 0
Прогресс - СКИФ 24 декабря 2022 0 0 0 0 0
Jokers - Прогресс 03 февраля 2023 0 0 0 0 0
Прогресс - Апельсин 11 февраля 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 = '1805' AND tournament.season_id = '6' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2021-2022 М О Ш П +/- ШТ
Третий дивизион

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

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

18 16
ср.0.9
10
ср.0.6
6
ср.0.3
1
ср.0.1
39
ср.2.2
Соперники Дата матча О Ш П +/- ШТ
Венчур - Прогресс 2 10 октября 2021 0 0 0 0 2
Прогресс 2 - Red Bulls 27 октября 2021 0 0 0 -1 0
Прогресс 2 - Форвард 2 10 ноября 2021 0 0 0 2 2
Red Bulls - Прогресс 2 23 ноября 2021 1 1 0 0 0
Rolf Ю-Питер - Прогресс 2 22 декабря 2021 0 0 0 0 0
Прогресс 2 - Венчур 22 января 2022 0 0 0 0 4
Форвард 2 - Прогресс 2 23 января 2022 1 1 0 0 2
ССП - Прогресс 2 29 января 2022 0 0 0 0 0
Прогресс 2 - ЖХК Хорс 02 февраля 2022 2 1 1 0 0
Прогресс 2 - Rolf Ю-Питер 19 февраля 2022 1 1 0 0 2
Прогресс 2 - Парк 23 февраля 2022 2 2 0 0 0
РамбоВ - Прогресс 2 28 февраля 2022 3 2 1 0 0
Прогресс 2 - Венчур 06 марта 2022 1 1 0 0 0
Венчур - Прогресс 2 12 марта 2022 2 0 2 0 2
Лоси - Прогресс 2 24 марта 2022 0 0 0 0 0
Прогресс 2 - Лоси 30 марта 2022 2 1 1 0 0
Парк - Прогресс 2 16 апреля 2022 1 0 1 0 0
Прогресс 2 - Парк 23 апреля 2022 0 0 0 0 25
Второй дивизион

Второй дивизион

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

18 16
ср.0.9
6
ср.0.3
10
ср.0.6
5
ср.0.3
14
ср.0.8
Соперники Дата матча О Ш П +/- ШТ
Динамит - Прогресс 13 октября 2021 1 0 1 2 2
Прогресс - Атомэнергопроект 20 октября 2021 1 1 0 1 0
Прогресс - Шкипер 17 ноября 2021 0 0 0 2 0
Прогресс - Штерн 01 декабря 2021 0 0 0 0 0
Штерн - Прогресс 04 декабря 2021 3 1 2 0 0
Прогресс - Форвард 08 декабря 2021 1 0 1 0 2
Форвард - Прогресс 12 декабря 2021 2 0 2 0 2
Прогресс - Динамит 19 января 2022 1 1 0 0 0
Шкипер - Прогресс 30 января 2022 0 0 0 0 2
Транснефть – Балтика 2 - Прогресс 04 февраля 2022 0 0 0 0 2
Атомэнергопроект - Прогресс 06 февраля 2022 1 1 0 0 0
Легион - Прогресс 16 февраля 2022 4 2 2 0 2
Прогресс - Легион 02 марта 2022 1 0 1 0 0
Легион - Прогресс 09 марта 2022 1 0 1 0 0
Прогресс - Атомэнергопроект 26 марта 2022 0 0 0 0 0
Атомэнергопроект - Прогресс 03 апреля 2022 0 0 0 0 2
Прогресс - Шкипер 13 апреля 2022 0 0 0 0 0
Шкипер - Прогресс 24 апреля 2022 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 = '1805' AND tournament.season_id = '5' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2020-2021 М О Ш П +/- ШТ
Предсезоннный. Дополнительная сетка

Предсезоннный. Дополнительная сетка

Предсезонный

3 4
ср.1.3
3
ср.1
1
ср.0.3
0
ср.0
2
ср.0.7
Соперники Дата матча О Ш П +/- ШТ
Ржавый якорь - Прогресс 26 октября 2020 3 2 1 0 2
Прогресс - Шершни 28 октября 2020 1 1 0 0 0
Шершни - Прогресс 01 ноября 2020 0 0 0 0 0
Предсезонный. Основная сетка

Предсезонный. Основная сетка

Предсезонный

2 2
ср.1
1
ср.0.5
1
ср.0.5
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Синяя Машина - Прогресс 12 октября 2020 1 1 0 0 0
Прогресс - Синяя Машина 14 октября 2020 1 0 1 0 0
3-й дивизион

3-й дивизион

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

26 16
ср.0.6
9
ср.0.3
7
ср.0.3
0
ср.0
10
ср.0.4
Соперники Дата матча О Ш П +/- ШТ
Прогресс - Динамит 11 ноября 2020 1 0 1 0 2
Форвард - Прогресс 15 ноября 2020 0 0 0 0 0
Прогресс - Атомэнергопроект 18 ноября 2020 0 0 0 0 0
Прогресс - Ржавый якорь 02 декабря 2020 0 0 0 0 0
Шершни - Прогресс 13 декабря 2020 2 2 0 0 2
Прогресс - ЖХК Хорс 16 декабря 2020 2 1 1 0 0
Red Bulls - Прогресс 21 декабря 2020 1 0 1 0 0
Прогресс - Штерн 13 января 2021 0 0 0 0 0
Легион - Прогресс 27 января 2021 1 1 0 0 0
Синяя Машина - Прогресс 01 февраля 2021 0 0 0 0 0
Прогресс - Шершни 03 февраля 2021 0 0 0 0 2
Прогресс - Форвард 10 февраля 2021 0 0 0 0 0
Атомэнергопроект - Прогресс 12 февраля 2021 1 0 1 0 0
Прогресс - Синяя Машина 17 февраля 2021 0 0 0 0 0
ЖХК Хорс - Прогресс 10 марта 2021 1 1 0 0 0
Прогресс - Red Bulls 17 марта 2021 0 0 0 0 0
Штерн - Прогресс 21 марта 2021 1 1 0 0 0
Динамит - Прогресс 05 апреля 2021 0 0 0 0 0
Прогресс - Легион 07 апреля 2021 0 0 0 0 2
Прогресс - Red Bulls 21 апреля 2021 1 0 1 0 0
Red Bulls - Прогресс 29 апреля 2021 1 0 1 0 2
Форвард - Прогресс 16 мая 2021 0 0 0 0 0
Прогресс - Форвард 19 мая 2021 0 0 0 0 0
Прогресс - Форвард 26 мая 2021 0 0 0 0 0
Прогресс - Легион 02 июня 2021 2 2 0 0 0
Легион - Прогресс 09 июня 2021 2 1 1 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2022-2023 И
3-й Дивизион 3-й Дивизион 0 0 0 0
Сезон 2020-2021 И
Предсезоннный. Дополнительная сетка Предсезоннный. Дополнительная сетка 2 1 1 0
Соперники Дата матча
Ржавый якорь - Прогресс 26 октября 2020
Прогресс - Шершни 28 октября 2020
Предсезонный. Основная сетка Предсезонный. Основная сетка 1 0 0 1
Соперники Дата матча
Синяя Машина - Прогресс 12 октября 2020
3-й дивизион 3-й дивизион 2 1 1 0
Соперники Дата матча
Шершни - Прогресс 13 декабря 2020
Прогресс - Легион 02 июня 2021
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в