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 null to 0?
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 null to 0?