Hello Helical,
I am using MongoDB via Drill on Helical Insight 4.0. I have an ID which is created by multiple creators. I would like to display all the creators for a single ID in a single row and separated by comma. For example, if ID = abq123 is created by user1, user2 and user3, I would like to show it as
ID | Creators |
---|---|
abq123 | user1, user2, user3 |
Is there any DBFunction that will help me achieve this?
Thank You,
Sesa.