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.nomeCategoria FROM categorias c, noticias n INNER JOIN noticias_categorias nc ON (n.codNoticia = nc.codNoticia) WHERE c.urlCategoria = 'educacao' AND c.statusCategoria = 'T' AND nc.codCategoria = c.codCategoria 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]