Hi,
I have this table that contains Names and in other column, I have list of groups that person belongs to in CSV format.
This might be possible that many person can belong to one group.
so, what i am looking for is the reverse of the table. I want to list individual groups in one column and in next column , i want to display all names of person in CSV format that belongs to one group.
For example...Existing table
Name Group
Peter dcs_na_ias_wintel,default,dts_dss_na_prod_wintel
Jhon default,ins chase technology
Mike dcs_na_ias_wintel
Looking for result....
Group Name
dcs_na_ias_wintel Peter,Mike
default Peter,Jhon
dts_dss_na_prod_wintel Peter
ins chase technology Jhon
Thanks In advance
I have this table that contains Names and in other column, I have list of groups that person belongs to in CSV format.
This might be possible that many person can belong to one group.
so, what i am looking for is the reverse of the table. I want to list individual groups in one column and in next column , i want to display all names of person in CSV format that belongs to one group.
For example...Existing table
Name Group
Peter dcs_na_ias_wintel,default,dts_dss_na_prod_wintel
Jhon default,ins chase technology
Mike dcs_na_ias_wintel
Looking for result....
Group Name
dcs_na_ias_wintel Peter,Mike
default Peter,Jhon
dts_dss_na_prod_wintel Peter
ins chase technology Jhon
Thanks In advance