This is a SQL Server question.
I have 3 records with data: (fields filled with dots are empty!)
NAME | FIELD1 | FIELD2 | FIELD3 blabla | . | b | . blabla | a | . | . blabla | . | . | c
Now I want the output to display only one line:
blabla | a | b | c
I'm not sure if this should be a case or a group or what else
How can i do this?
Proxx source share