select ntc.fn_noticia_id, date_format(ntc.fd_cadastro, '%d/%m/%Y %Hh%i') as fd_data, nti.fc_titulo, nti.fc_assinatura, nti.fc_noticia, img.fn_imagem_id, img.fc_nome as fc_imagem from noticia ntc left join noticia_pt_br nti on ntc.fn_noticia_id=nti.fn_noticia_id left join imagem img on ntc.fn_imagem_id=img.fn_imagem_id where ntc.fn_noticia_id=(select max(fn_noticia_id) from noticia)

em

Mais Notícias