Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Dec 12, 2024
1 parent f3f1558 commit ab2e28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/sql/sql_server/NegativeControlOutcomes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ FROM (
c.cohort_definition_id,
o.observation_date cohort_start_date
FROM @cdm_database_schema.observation o
INNER JOIN #Codesets c ON c.concept_id = d.observation_concept_id
INNER JOIN #Codesets c ON c.concept_id = o.observation_concept_id
{@occurrence_type == 'first'}?{
) e
}:{}
Expand Down

0 comments on commit ab2e28b

Please sign in to comment.