I would like to concatenate the follow columns X, Y and Z, grouping by ProductToday and separating the values with comma " , " from my TSQL table.
As a result I would like to have it:
Which query should I use to to it ?
P.S: some values from columns X,Y,Z are also Null.