Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicates in concept_synonym #237

Closed
aostropolets opened this issue Jun 28, 2019 · 1 comment
Closed

Duplicates in concept_synonym #237

aostropolets opened this issue Jun 28, 2019 · 1 comment

Comments

@aostropolets
Copy link
Contributor

select concept_id, trim(concept_synonym_name), language_concept_id
from concept_synonym
group by concept_id, trim(concept_synonym_name), language_concept_id having count(1)>1;

@hardhouse
Copy link
Contributor

fixed 805cc50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants