Skip to content

Commit 14915d8

Browse files
committed
Fix challenge query
1 parent 551ad88 commit 14915d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SivStudies/resources/queries/study/demographicsChallengeAndArt.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SELECT
1111
min(CASE
1212
WHEN t.category = 'SIV Infection' THEN t.date
1313
ELSE NULL
14-
END, char(10)) as infectionDate,
14+
END) as infectionDate,
1515

1616
FROM study.treatments t
1717
GROUP BY t.Id

0 commit comments

Comments
 (0)