Skip to content

Commit

Permalink
Fix: Sql syntax error on Update getConceptRecordCount.sql (#2311)
Browse files Browse the repository at this point in the history
  • Loading branch information
ww166 committed Sep 26, 2023
1 parent 5d03bb0 commit 90cc866
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
select concept_id, record_count, descendant_record_count
from @resultTableQualifier..achilles_result_concept_count
from @resultTableQualifier.achilles_result_concept_count
where concept_id IN (@conceptIdentifiers)

0 comments on commit 90cc866

Please sign in to comment.