select nickname from (select nickname,record_date from tab2,tab1 where tab1.username=tab2.username(+)) order by record_date desc;