select 
a.*,
b.content
from person a left outer join task b
on a.id=b.person_id 
order by a.id