SELECT notas_temporal.id AS id_nota, notas_temporal.titulo,notas_temporal.id_seccion , notas_temporal.sumario, if( date_format(fecha_hora,'%Y-%m-%d')=curdate(),date_format(fecha_hora,'%H:%i'), date_format(fecha_hora,'%Y-%m-%d')) as hora, notas_temporal.imagen_cobertura,notas_temporal.imagen_cobertura,date_format(notas_temporal.fecha_hora, '%Y/%m/%d') as fecharuta,secciones.id_seccion from notas_temporal,secciones WHERE notas_temporal.id_seccion = 31 AND date_format(notas_temporal.fecha_hora,'%Y-%m-%d')<=curdate() and notas_temporal.imagen<>'' and notas_temporal.id not in () AND notas_temporal.id_seccion=secciones.id_seccion ORDER By notas_temporal.fecha_hora DESC LIMIT 0,4