|
Ростов (Ростов-на-Дону, Россия) |
|---|
| | | | | № | Имя | Нц | Поз | Вз | С | Пт | Ф | Оп | ДО | ДТ | ТехнСп | Ск | В | Тм | Гр | Дс | См | Л | Ун | Ад | Вл | ЗП | Ст |
|---|
| 23 | Марк Спенкелинк  |  | GK | 31 | 85 | 85 | 100 | 90 | 5 | -- | ИВ3 Р3 Т3 | 1 | 5 | 11 | 11 | 10 | 3 | 9 | 14 | 2 | 12 | 27 | | | 18 | Джордж Пикфорд |  | GK | 17 | 49 | 99 | 100 | 20 | 15 | -- | | 6 | 12 | 16 | 19 | 4 | 7 | 7 | 14 | 7 | 5 | 3 | | | 5 | Никола Туба |  | LD/CD | 35 | 65 | 65 | 84 | 107 | 5 | -- | П3 Др3 От3 Пр3 ИГ3 | 5 | 2 | 5 | 17 | 11 | 1 | 8 | 4 | 15 | 11 | 13 | | | 8 | Микаэль Дюрестам |  | LD/CD/RD... | 35 | 62 | 62 | 92 | 94 | 5 | -- | П3 Др3 От3 | 1 | 6 | 15 | 3 | 2 | 13 | 9 | 20 | 17 | 8 | 8 | | | 15 | Педру Жуштиниану |  | LD/CD/RD... | 24 | 71 | 90 | 86 | 28 | 5 | -- | П1 | 18 | 9 | 9 | 5 | 6 | 15 | 11 | 18 | 7 | 13 | 11 | | Query: select player, sum(minutes) as sm from
(select ps.player, ps.minutes, t.id
from player_statistics ps, tournaments t, teams tm, countries c,
tournament_groups tg,
tournament_stages tst, tournament_groups_stages tgs,
tournament_gr_st_participants tgsp
where t.id = ps.tournament and tm.id = ps.team
and tst.tournament = t.id and tg.tournament = t.id and tgs.group = tg.id
and tgs.stage = tst.id and t.id != 1 and t.id != 5
and tgsp.gr_st = tgs.id and tgsp.team = tm.id and tm.country = c.id
and ps.player = 58163
union select ps.player, ps.minutes, t.id
from player_statistics ps, tournaments t, countries tm,
tournament_groups tg,
tournament_stages tst, tournament_groups_stages tgs,
tournament_gr_st_participants tgsp
where t.id = ps.tournament and
tm.id = ps.team - 10000
and tst.tournament = t.id and tg.tournament = t.id and tgs.group = tg.id
and tgs.stage = tst.id and t.id != 1 and t.id != 5
and tgsp.gr_st = tgs.id and tgsp.team = ps.team
and ps.player = 58163
union select ps.player, ps.minutes, t.id
from player_statistics ps, tournaments t, countries tm,
tournament_groups tg,
tournament_stages tst, tournament_groups_stages tgs,
tournament_gr_st_participants tgsp
where t.id = ps.tournament and
tm.id = ps.team - 20000
and tst.tournament = t.id and tg.tournament = t.id and tgs.group = tg.id
and tgs.stage = tst.id and t.id != 1 and t.id != 5
and tgsp.gr_st = tgs.id and tgsp.team = ps.team
and ps.player = 58163
union select ps.player, ps.minutes, t.id
from player_statistics ps, tournaments t, countries tm,
tournament_groups tg,
tournament_stages tst, tournament_groups_stages tgs,
tournament_gr_st_participants tgsp
where t.id = ps.tournament and
tm.id = ps.team - 30000
and tst.tournament = t.id and tg.tournament = t.id and tgs.group = tg.id
and tgs.stage = tst.id and t.id != 1 and t.id != 5
and tgsp.gr_st = tgs.id and tgsp.team = ps.team
and ps.player = 58163
group by t.id) xxx
group by player error: Out of resources when opening file './fb/tournament_groups.MYD' (Errcode: 24)
|
|