1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 
SELECT * FROM noticias WHERE estado = 'visible' ORDER BY fecha DESC
LIMIT -2,2
Ha fallado
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 '-2,2' at line 2