Hi All
I am having data in the format
| View_id | Group_name |
| 1 | Name |
| 1 | Beta |
| 1 | Alpha |
| 1 | Testers |
and I am looking for the output to be in single row
| View_id | Group_name |
| 1 | Name,Beta,Alpha,Testers |
Looking for help on using the right tool for obtaining the results.
Thanks for your help
Thanks
Vishwanath