I have tables that have person aliases and could be one person has many aliases. I want to display the aliases on row separate by a comma
For example:
| Name | Alias Name |
|---|---|
| John | JohnA |
| John | JohnX |
I need them like
| Name | Alias Name |
|---|---|
| John | JohnA, JohnX |
I have tables that have person aliases and could be one person has many aliases. I want to display the aliases on row separate by a comma
For example:
| Name | Alias Name |
|---|---|
| John | JohnA |
| John | JohnX |
I need them like
| Name | Alias Name |
|---|---|
| John | JohnA, JohnX |