9Jun/170
Google BigQuery Group_Concat in Standard SQL
Google BigQuery provides a function (Group_Concat) to merge text in rows into one single row. It is an Aggregation Function and is supported in Legacy SQL.
It's equivalent in Standard SQL is String_Agg.
Leave a comment