Hi All,
I need the requirements of merging multiple rows of same ID as single row.
My Table Data:
ID Language1 Language2 Language3 Language4
1001 NULL JAPANESE NULL NULL
1001 SPANISH NULL NULL NULL
1001 NULL NULL NULL ENGLISH
1001 NULL NULL RUSSIAN NULL
Required Output Should be,
ID Language1 Language2 Language3 Language4
1001 SPANISH JAPANESE RUSSIAN ENGLISH
Please help me to achieve this output.
Tried grouping but its not working also producing the same result.
Thanks.
Live freee....Joy forever................ :)