When I have two tables, how can i make a left outer join between 2 tables. Or do i always need to use a custom view for this situation.
Table 1 = Adress
id = 1
id = 2
Table 2 = Relation
personid = 1
personid = 2
Table 3
id = 1, personid = 1, personid = 2
id 2 , null