That doesn't work because both tables have the null in the 3rd column.
The fields contain an address: street, number, subnumber
the subnumber is for apartments only so it's null most of the time.
I need to link the null of table1 with the null in table2
or change the null to 0
I need to link 2 tables based on 3 fields
But the 3rd field can contain null values, the problem is that when I link them I don't get results for the rows with null values
a, b, c -> a, b, c = works fine
a, b, null -> a, b, null = no results
is there a way to solve this? Or a way to change the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.