Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Dymshyts committed Nov 27, 2023
1 parent b985708 commit 1edde33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inst/sql/sql_server/concept_plausible_unit_concept_ids.sql
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ FROM
}
WHERE m.@cdmFieldName = @conceptId
AND COALESCE (m.unit_concept_id, -1) NOT IN (@plausibleUnitConceptIds) -- '-1' stands for the cases when unit_concept_id is null
}
AND m.value_as_number IS NOT NULL
AND (m.unit_source_value IS NOT NULL OR m.unit_source_value <> '')
/*violatedRowsEnd*/
Expand Down

0 comments on commit 1edde33

Please sign in to comment.