Viewing 5 posts - 1 through 5 (of 5 total)
February 24, 2019 at 6:43 pm
February 17, 2018 at 4:24 pm
Well aware of that. It was not specified that an id of, say, 7...
February 17, 2018 at 2:37 pm
SELECT *, group_id=ColA-ROW_NUMBER() OVER (PARTITION BY ColB,ColC,ColD ORDER BY ColA)
INTO #Temp2
FROM #Temp
February 17, 2018 at 6:58 am
Viewing 5 posts - 1 through 5 (of 5 total)