Concept Flow - String aggregation with STRING_AGG
Start Query
Group rows by key
Collect strings per group
Concatenate strings with separator
Return aggregated string per group
End Query
The query groups rows by a key, collects strings from each group, concatenates them with a separator, and returns the result.