31-й сезон, ИД 11386. Ближайшие матчи - ИД 11388 (ср 03/07/2024) Товарищеские матчи
[Кубок претендентов, квалификация, 4-й раунд] Вайле - Ньюэллс Олд Бойc
Отчет о матчеТехнические данныеРасчетные данные
Вайле 1:1 (5:3 пен.) Ньюэллс Олд Бойc
Первый матч - Ньюэллс Олд Бойc 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 (seasons ss, player_match_statistics pms, positions p, players pl) left join team_colors tc on tc.team = 397 and tc.season = ss.season where game = 828056 and starting_position <= 15 and pms.team = 397 and p.id = starting_position and pl.id = pms.player and ss.start_day <= 9691 and ss.end_day >= 9691 order by p.code
error: Can't open file: './fb_arc/positions.frm' (errno: 24)