How to find the number of Distinct ID's on one table

前端 未结 0 876
温柔的废话
温柔的废话 2021-01-15 06:31

SELECT Count(Teams.Name), Teams.TeamID, Teams.Name from Teams, Rosters WHERE Rosters.TeamID = Teams.TeamID Is my query so far. I\'d like it to print the number

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