You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcc/resources/queries/mcc/aggregatedDemographics.sql
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ SELECT
19
19
WHEN d.calculated_status='Alive'AND (SELECTCOUNT(f.flag.value) as total FROM"/data/Colonies/SNPRC/".study.flags f WHEREf.Id=d.IdANDf.isActive= true) >0 THEN true
20
20
ELSE false
21
21
END as u24_status,
22
+
d.litterId,
22
23
d.Id.mostRecentDeparture.mostRecentDeparture,
23
24
o.availability,
24
25
o.current_housing_status,
@@ -67,6 +68,7 @@ SELECT
67
68
WHEN d.calculated_status='Alive'AND (SELECTCOUNT(f.flag.value) as total FROM"/data/Colonies/WNPRC/".study.flags f WHEREf.Id=d.IdANDf.isActive= true) >0 THEN true
0 commit comments