|
| | | |
|
 | Самсунспор | Query: select msq.*, p.short_name as pos_name,
pl.name as player_name, pl.id as pl_id
from match_squads msq, positions p, players pl
where game = 1124539 and position <= 15
and msq.team = 756 and p.id = position and pl.id = msq.player
order by p.code error: Can't open file: './fb/positions.frm' (errno: 24) | | |
|