MYSQL-ERROR : 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 4
FILE : /var/www/vhosts/aplama.com/httpdocs/php/noticia.php : 170SELECT n.id as id, n.nombre as nombre, n.descripcion as encabezado, n.descripcion as descripcion, n.fecha as fecha, i.nombre as imagen, enlace as enlace, n.localidad as localidad
FROM noticia n
LEFT JOIN imagenxnoticia i on n.id=i.idnoticia
WHERE n.id !='21' ORDER BY n.id DESC LIMIT -4, 4