You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select * from concept_synonym where concept_id = 40355052
concept_id 40355052 in the concepts table is Keratosis follicularis (aka Darier’s disease). However there are rows for Milroy’s disease, Mongolian spots and various other unrelated conditions (and definitely non-synonymous) things in the concept_synonym table that also have a concept_id value of 40355052.
Another example:
select * from concept_synonym where concept_id == 40322471
The text was updated successfully, but these errors were encountered:
Forum link: https://forums.ohdsi.org/t/confused-by-select-from-concept-synonym-where-concept-id-40355052/12863
select * from concept_synonym where concept_id = 40355052
concept_id 40355052 in the concepts table is Keratosis follicularis (aka Darier’s disease). However there are rows for Milroy’s disease, Mongolian spots and various other unrelated conditions (and definitely non-synonymous) things in the concept_synonym table that also have a concept_id value of 40355052.
Another example:
select * from concept_synonym where concept_id == 40322471
The text was updated successfully, but these errors were encountered: