Is it possible to do a Full Join and have the NULL values that 'pour over' change to something else (like change all of these NULLs to 1s for instance)? The purpose would be to be able to distinguish between NULL values returned from the base table and NULL values returned from the outer join.
Thanks