I can't figure out how to get the total number of wins to be displayed in my data

前端 未结 0 1748
梦毁少年i
梦毁少年i 2020-12-09 06:13

I Am struggling trying to figure out how to display the number of wins a team gets. Any help?

SELECT team.team_name, COUNT(winning_team)
 FROM games, team
 GROUP BY t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题