O Regional Sul

Ir para o menu

Ir para o conteúdo

O Regional Sul

Página inicial | Mapa do site | Fale conosco

 

 

Conteúdo

Standard Message: DB Error: syntax error

DBMS/User Message: SELECT n.codNoticia, n.tituloNoticia, n.descricaoNoticia, n.resumoNoticia, n.urlNoticia, n.dataNoticia, n.jornalistaNoticia, c.nomeCidade FROM cidades c, noticias n INNER JOIN noticias_cidades nc ON (nc.codNoticia = n.codNoticia) WHERE c.urlCidade = 'sao-martinho' AND c.statusCidade = 'T' AND nc.codCidade = c.codCidade ORDER BY n.dataNoticia DESC LIMIT -4, 4 [nativecode=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 '-4, 4' at line 19]