RexJacobus
Programmer
I'm sure this is obvious but I just can't get my head around it. I have two tables, (PLAYERS contains ID, player_name etc, GAMES has player1_ID, p1_score, player2_ID, p2_score, date, etc).
I can't get the join written so that my output looks like
Federer 6 Roddick 4 01/01/2006.
I can only link PLAYERS.player_name to one of the IDs in the GAMES table.
thanks,
I can't get the join written so that my output looks like
Federer 6 Roddick 4 01/01/2006.
I can only link PLAYERS.player_name to one of the IDs in the GAMES table.
thanks,