select a.id,a.name,(select max(b.create_date) from b where b.id = a.id) from a