sql script

select p.id, p.name, t.content 
from person p left join task t on p.id=t.person_id