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

Париевский Андрей #4544

  • Дата рождения: 29.07.1977
  • Возраст: 48
  • Рост: 179
  • Вес: 78
  • Статус: Любитель 2 звезды
Париевский Андрей

Заявки

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

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

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

07.10.2025 Отрадное 77 Защитник

Статистика

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

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

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

4 1
ср.0.3
0
ср.0
1
ср.0.3
0
ср.0
8
ср.2
Соперники Дата матча О Ш П +/- ШТ
Легион - Отрадное 11 октября 2025 0 0 0 0 0
Отрадное - Пента 11 октября 2025 0 0 0 0 2
Отрадное - Вымпел 12 октября 2025 1 0 1 0 4
Отрадное - Викинги 12 октября 2025 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 = '4544' 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
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Отрадное - Викинги 29 сентября 2024 0 0 0 0 0
Предварительный этап, Группа А

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

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

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

5-й дивизион

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

19 4
ср.0.2
2
ср.0.1
2
ср.0.1
0
ср.0
31
ср.1.6
Соперники Дата матча О Ш П +/- ШТ
Остров - Отрадное 30 октября 2024 0 0 0 0 0
Отрадное - Ржавый якорь 07 ноября 2024 0 0 0 0 0
Легион - Отрадное 11 ноября 2024 0 0 0 0 0
Отрадное - Рать 14 ноября 2024 0 0 0 0 25
Ржавый якорь - Отрадное 03 декабря 2024 0 0 0 0 0
Отрадное - Остров 05 декабря 2024 0 0 0 0 0
Рать - Отрадное 10 декабря 2024 0 0 0 0 0
Остров - Отрадное 25 декабря 2024 0 0 0 0 0
Отрадное - Ржавый якорь 16 января 2025 0 0 0 0 2
Легион - Отрадное 20 января 2025 1 1 0 0 0
Отрадное - Рать 30 января 2025 0 0 0 0 0
Отрадное - Легион 27 февраля 2025 1 1 0 0 0
Отрадное - Легион 20 марта 2025 0 0 0 0 0
Отрадное - Легион 03 апреля 2025 0 0 0 0 0
Легион - Отрадное 09 апреля 2025 2 0 2 0 0
Отрадное - Остров 15 апреля 2025 0 0 0 0 0
Остров - Отрадное 16 апреля 2025 0 0 0 0 2
Отрадное - Остров 22 апреля 2025 0 0 0 0 0
Остров - Отрадное 23 апреля 2025 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 = '4544' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
5-й дивизион

5-й дивизион

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

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

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

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

6 2
ср.0.3
0
ср.0
2
ср.0.3
0
ср.0
2
ср.0.3
Соперники Дата матча О Ш П +/- ШТ
Газстройпром - Отрадное 05 июля 2023 0 0 0 0 0
РамбоВ - Отрадное 11 июля 2023 0 0 0 0 0
Танк S - Отрадное 25 июля 2023 0 0 0 0 2
Отрадное - РамбоВ 29 августа 2023 0 0 0 0 0
Отрадное - Танк S 02 сентября 2023 0 0 0 0 0
Отрадное - Адамант 05 сентября 2023 2 0 2 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 И
5-й дивизион 5-й дивизион 0 0 0 0
Квалификационный 2023 Группа B (5-й дивизион) Квалификационный 2023 Группа B (5-й дивизион) 0 0 0 0
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в