I had a similar question.
I was wondering how I should approach a situation where any one of the three tables can be null.
Your suggestion works if the third table is the only table that is null. How do I alter this so that accommodations can be made for the fact that any one of the tables may be blank at any given time?
Thanks!
** Admin Edit **
This thread was created as a result of a hijack in another thread (How to modify an inner join search query to return all fields even if a table is null).
This conversation can now properly be continued in here.
-NeoPa.
I was wondering how I should approach a situation where any one of the three tables can be null.
Your suggestion works if the third table is the only table that is null. How do I alter this so that accommodations can be made for the fact that any one of the tables may be blank at any given time?
Thanks!
** Admin Edit **
This thread was created as a result of a hijack in another thread (How to modify an inner join search query to return all fields even if a table is null).
This conversation can now properly be continued in here.
-NeoPa.
Comment