Skip to content

Commit

Permalink
Add column to report source folder in MCC query
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Dec 20, 2023
1 parent 9f85d3c commit e9151dd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
SELECT

m.Id,
GROUP_CONCAT(distinct m.originalId, ',') as originalIds
GROUP_CONCAT(distinct m.originalId, ',') as originalIds,
GROUP_CONCAT(distinct m.container.name, ',') as folders

FROM mcc.aggregatedDemographics m

Expand Down

0 comments on commit e9151dd

Please sign in to comment.