Viewing 2 posts - 1 through 3 (of 3 total)
I think I got it. I used this as part of the query still using a full outer join:
coalesce(a. ) as columnName
Thanks again!
December 7, 2007 at 8:15 am
#758099
This works great one way...
If in table a, we have instances where player b did not play, we get the correct response. Now we need to add instances where there...
December 7, 2007 at 7:16 am
#758066