花花的方法 用 not exists
select * from table a where not exists (select 1 from table where name=a.name and num=a.num and age>a.age)