select Userid, max(CurrentMonth), max(PreviousMonth)
from test
group by Userid
0
solved HOw to remove this NULLS and put the dates for the user in the same line [closed]
select Userid, max(CurrentMonth), max(PreviousMonth)
from test
group by Userid
0
solved HOw to remove this NULLS and put the dates for the user in the same line [closed]