A closer look at STRING_AGG in BigQuery
Modern SQL engines have a wealth of aggregation functions.
Here's a quick example that makes use ofBigQuery STRING_AGG.
What does it do?
It aggregates all the values in a grouping, joined by a separator of our choice, creating a string of those joine...
datawise.dev1 min read