I am trying to preserve the structure of the results and replace the player id's with player firstnames. IE I want the nulls to stay where they are to preserve the ordering. see below:
Step 1) replace FK_WinnerID with FirstName and preserve the nulls.

Problem is sql statement is removing nulls

This is what it should look like:

RIGHTjoin instead of aLEFT