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 Anuncio.Ordem' at line 10

SQL: SELECT Anuncio.CodAnuncio, Anuncio.Link, Anuncio.Tipo, Anunciante.Nome, Anuncio.ArqImagem FROM Anuncio INNER JOIN Anunciante ON Anunciante.CodAnunciante = Anuncio.CodAnunciante WHERE Anuncio.Ativo = 'S' AND Anunciante.CodEntidade = ORDER BY Anuncio.Ordem


Últimas fotos

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 LIMIT 12' at line 4

SQL: SELECT *, AlbumImagem.Nome as iNome FROM AlbumImagem INNER JOIN Album ON Album.CodAlbum = AlbumImagem.CodAlbum WHERE Album.CodEntidade = ORDER BY Data DESC, ORDEM ASC LIMIT 12