Now, I have implemented it via a left outer join, selecting only those values that are not null. But, when you have 2 email adresses for instance, you'll see 2 rows comming back, and I only want the first created one. This is the query:
SELECT DISTINCT a.id, a.related_id, c.email_adres...