1064: 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 5

SQL: SELECT CodSeparadorEquipe, CodCategoria, Descricao FROM SeparadorEquipe WHERE CodEdicao =


1064: 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 Categoria.Ordem' at line 11

SQL: SELECT Categoria.CodCategoria, Divisao.Descricao as dDescricao, Tipo.Descricao as tDescricao, GrupoCategoria.Descricao as gDescricao, Categoria.Descricao as cDescricao FROM Categoria INNER JOIN Divisao ON Divisao.CodDivisao = Categoria.CodDivisao INNER JOIN Tipo ON Tipo.CodTipo = Categoria.CodTipo INNER JOIN GrupoCategoria ON GrupoCategoria.CodGrupoCategoria = Categoria.CodGrupoCategoria WHERE CodEdicao = ORDER BY Categoria.Ordem


Apolo Esporte - Gerenciador online de modalidades esportivas
Gerenciador on-line de modalidades esportivas
-
1064: 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 CodEdicaoArquivo DESC' at line 1

SQL: SELECT Nome, ArqFile FROM EdicaoArquivo WHERE CodEdicao = ORDER BY CodEdicaoArquivo DESC