SyntaxFix
Write A Post
Hire A Developer
Questions
SELECT DISTINCT FIRST_VALUE(ID) OVER (Partition by Game ORDER BY Point) AS ID, Game, FIRST_VALUE(Point) OVER (Partition by Game ORDER BY Point) AS Point FROM #T