Hello,I am starting to use databricks and have some handy functions with Postgres SQL that I am struggling to find an equivalent in databricks. The function is string_agg. It is used to concatenate a list of strings with a given delimiter. More inf...