select * from tabella where campo_data = (
select max(campo_data) from tabella
)