Hi All,
I've got a scenario where multiple rows should be splitted into 3 different columns .
For EG :
EMP
Test1
test2
test3
Test4
test5
into 3 different columns as
Test1test2test3
Test4test5
Is there any way to achieve this solution ?
Help will be appreciated .
Thanks
S