Skip to content

Commit 9b109e9

Browse files
Fixed query 200 so that renders correctly in Spark. Root cause may be in SqlRender (#2267)
1 parent dc75ede commit 9b109e9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • src/main/resources/resources/cohortanalysis/heraclesanalyses/sql

src/main/resources/resources/cohortanalysis/heraclesanalyses/sql/200_201.sql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ WHERE vo1.visit_start_date>=c1.cohort_start_date and vo1.visit_end_date<=c1.coho
1919
--}
2020
group by c1.cohort_definition_id,
2121
--{@CDM_version == '4'}?{
22-
vo1.place_of_service_CONCEPT_ID;
22+
vo1.place_of_service_CONCEPT_ID
2323
--}
2424
--{@CDM_version == '5'}?{
25-
vo1.visit_CONCEPT_ID;
25+
vo1.visit_CONCEPT_ID
2626
--}
27+
/* This comment needed to bypass bug in Spark rendering */
28+
;

0 commit comments

Comments
 (0)