ClassName    BookCode
First          2
Second         2
Third          2
First          3
Fourth         3
Fifth          3
I want to concatenate this into like this :
ClassName             BookCode
First,Second,Third       2
First,Fourth,Fifth       3
 
    
 
     
    