31-й сезон, ИД 11386. Ближайшие матчи - ИД 11388 (ср 03/07/2024) Товарищеские матчи
[Чемпионат Швеции, 1-й дивизион] Хельсингборг - Юргорден
Отчет о матчеТехнические данныеРасчетные данные
Хельсингборг 2:2 Юргорден
Query:
select pms.*, p.short_name as pos_name, pl.name as player_name, ifnull(pms.team_number, pl.team_number) as team_number, pms.starting_position as position, tc.*, pms.team as team from (player_match_statistics pms, positions p, players pl) left join team_colors tc on tc.team = 138 where game = 951652 and starting_position <= 15 and pms.team = 138 and p.id = starting_position and pl.id = pms.player order by p.code
error: Out of resources when opening file './fb/team_colors.MYD' (Errcode: 24)