Skip to content

Commit e9151dd

Browse files
committed
Add column to report source folder in MCC query
1 parent 9f85d3c commit e9151dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mcc/resources/queries/mcc/duplicatedAggregatedDemographics.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
SELECT
22

33
m.Id,
4-
GROUP_CONCAT(distinct m.originalId, ',') as originalIds
4+
GROUP_CONCAT(distinct m.originalId, ',') as originalIds,
5+
GROUP_CONCAT(distinct m.container.name, ',') as folders
56

67
FROM mcc.aggregatedDemographics m
78

0 commit comments

Comments
 (0)