select t.* from GameScore t where id in(select top 3 id from GameScore where GameID=t.GameID order by Score desc) order by Score desc
相关文章:
-
2021-12-26
-
2022-12-23
-
2022-02-18
-
2021-06-04
-
2021-06-29
-
2022-02-12
-
2021-08-07
-
2021-08-08
猜你喜欢
-
2022-12-23
-
2022-01-11
-
2022-12-23
-
2021-12-10
-
2022-01-01
-
2022-02-15
相关资源
-
下载
2021-06-06
-
下载
2021-06-05
-
下载
2021-06-05