Hi
I have two tables "Players" and "Games". PLayers has a PlayerID and PlayerName. Games has GameID and PlayerID among other columns.
I need to select
All PlayerNames and Count the rows in the Games table to see how many games where the PLayerID is equal to the playerName's ID
how can I do this?
I have two tables "Players" and "Games". PLayers has a PlayerID and PlayerName. Games has GameID and PlayerID among other columns.
I need to select
All PlayerNames and Count the rows in the Games table to see how many games where the PLayerID is equal to the playerName's ID
how can I do this?