EN VI
Posts (0)
Questions (1)
2024-03-12 23:30:04
Here is how you can use your query as a subquery and perform the grouping SELECT Name,ID,MaxStatus FROM ( SELECT Name,ID,Status,MAX(Status) OVER(PARTITION BY Name) AS MaxStatus FROM [dbo].[TaskStat...
Tags: sql group-by partition

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login