I have a resultset as below:
id fname  lname
11 Tom   Jerry
11 Kim   Harry
Output I expected as below:
id fname     lname
11 Tom,Kim   Jerry,Harry
Appreciate your help. thank you.
I have a resultset as below:
id fname  lname
11 Tom   Jerry
11 Kim   Harry
Output I expected as below:
id fname     lname
11 Tom,Kim   Jerry,Harry
Appreciate your help. thank you.
 
    
    