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 Data DESC, ORDEM ASC, CodAlbumImagem Desc' at line 4

SQL: SELECT *, AlbumImagem.Nome as iNome, Album.Nome as aNome FROM AlbumImagem INNER JOIN Album ON Album.CodAlbum = AlbumImagem.CodAlbum WHERE Album.CodEdicao = ORDER BY Data DESC, ORDEM ASC, CodAlbumImagem Desc