select * from tab where rowid in
(select max(rowid) from (select name,max(daet01)date01 from tab group by name)
group by name)