We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc75ede commit 9b109e9Copy full SHA for 9b109e9
1 file changed
src/main/resources/resources/cohortanalysis/heraclesanalyses/sql/200_201.sql
@@ -19,8 +19,10 @@ WHERE vo1.visit_start_date>=c1.cohort_start_date and vo1.visit_end_date<=c1.coho
19
--}
20
group by c1.cohort_definition_id,
21
--{@CDM_version == '4'}?{
22
-vo1.place_of_service_CONCEPT_ID;
+vo1.place_of_service_CONCEPT_ID
23
24
--{@CDM_version == '5'}?{
25
-vo1.visit_CONCEPT_ID;
+vo1.visit_CONCEPT_ID
26
27
+/* This comment needed to bypass bug in Spark rendering */
28
+;
0 commit comments