How can I concatenate different values from rows into one single string? Example below
name
Alice
Tom
Bryan
name = Alice, Tom, Bryan
How can I concatenate different values from rows into one single string? Example below
name
Alice
Tom
Bryan
name = Alice, Tom, Bryan
Redash just passes queries to your database so it depends what kind of db you have.