select count(*) from (select GameScore.gameid from GameScore where GameScore.Username <> '' Group by  GameScore.Username, GameScore.gameid) as a;

相关文章:

  • 2021-04-07
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2021-05-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
相关资源
相似解决方案