Dovrebbe bastare un semplice:
codice:
SELECT * 
FROM tuaTabella 
WHERE DATAULTIMOAGGIORNAMENTO <> CURDATE()
AND DATAPROSSIMOAGGIORNAMENTO = CURDATE()