SQL Server : Group by string concatenation - Stack Overflow

Details
Title | SQL Server : Group by string concatenation - Stack Overflow |
Author | ResponseXAI |
Duration | 0:30 |
File Format | MP3 / MP4 |
Original URL | https://youtube.com/watch?v=amAHkmU7xTY |
Description
This will work -
DECLARE @TABLE TABLE (PART_ID INT,ID INT, DESCRIPTION VARCHAR(100))
INSERT INTO @TABLE
VALUES
(10002 ,1182505 , 'Tagfahrlichtschaltung')
,(80029 , 1182505 , 'Bluetooth')
,(2000
#select #len(pre_trimmed #1257946 #'automatic') #pre_trimmed
https://stackoverflow.com/questions/12997884/sql-server-group-by-string-concatenation https://stackoverflow.com/questions/12997884/sql-server-group-by-string-concatenation