| Buscar Atleta | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
Unknown column 'DepDat.ID_DEPORTE' in 'on clause'
Select DepDat.*,DEPORTE,CATEGORIA,SEXO,PAIS,BANDERA from torneo_deportistas DepDat,torneo_categorias Catego,torneo_sexos ToSexo,paises Paises left join torneo_deportes Deport on (DepDat.ID_DEPORTE = Deport.ID_DEPORTE and Deport.MOSTRAR) where DepDat.MOSTRAR and Catego.MOSTRAR and ToSexo.MOSTRAR and Paises.MOSTRAR and DepDat.ID_CATEGORIA = Catego.ID_CATEGORIA and DepDat.ID_SEXO = ToSexo.ID_SEXO and DepDat.ID_PAIS = Paises.ID_PAIS and DepDat.APELLIDO LIKE 'A%' order by APELLIDO,NOMBRES,PAIS,ID_DEPORTISTA