Se le date le hai salvate nel db in formato unixtimestamp prova così

codice:
select * from tabella
where from_unixtime(campo_data,"%Y-%m-%d")> curdate() 
order by campo_data asc limit 1