Skip to content

Commit

Permalink
Merge pull request #12 from gowthamrao/bugFix
Browse files Browse the repository at this point in the history
Update createTargetOutcomeCombinations.sql
  • Loading branch information
jreps authored Feb 28, 2023
2 parents fa8c856 + 31b4b1f commit bb5ca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/sql/sql_server/createTargetOutcomeCombinations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ from #target_with_outcome tno
INNER JOIN #cohort_details cd
on cd.target_cohort_id = tno.target_cohort_id
and cd.outcome_cohort_id = tno.outcome_cohort_id
and cd.cohort_type = 'TnOc'
and cd.cohort_type = 'OnT'

union

Expand Down

0 comments on commit bb5ca28

Please sign in to comment.