Loading ...

MySQL error
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
In esecuzione:
select * from campo where cod_campo=

Squadre con questo campo


MySQL error
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by t.data_fine desc' at line 5
In esecuzione:
select *, s.nome as nome_squadra, t.nome as nome_torneo , i.nome as aka from squadra s join iscrizioni i on i.cod_squadra=s.cod_squadra join torneo t on i.cod_torneo=t.cod_torneo where s.cod_campo= order by t.data_fine desc
 

Tag Cloud