Hi there,
I am exploring CDM now, tried to find the ancestor of metformin.
However, I realized that Biguanide was marked as the same level of the metformin.
Can anyone either explain to me what was going on or maybe fix the issue?
Thanks.
Tianze
Below is the code.
SELECT max_levels_of_separation, concept.*
FROM concept_ancestor
JOIN concept ON ancestor_concept_id = concept_id
WHERE descendant_concept_id = 1503297
ORDER BY max_levels_of_separation, concept_name