Error 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 'limit 1' at line 1
SQL: select a.pos_objeto_asociado as posicion, a.id_link as id_link, a.id as id, DATE_FORMAT(a.fecha_publicacion, '%d-%m-%Y') as f_publicacion, b.resumen as resumen, a.id_plantilla as id_plantilla, b.titulo_reducido as titulo_reducido, b.titulo as titulo, b.texto1 as texto1, b.texto2 as texto2, b.texto3 as texto3 from not_noticias a left outer join not_noticias_lang b on a.id=b.id_noticia where b.cod_idioma='es' and b.id_noticia= limit 1