Skip to content

Commit 90cc866

Browse files
authored
Fix: Sql syntax error on Update getConceptRecordCount.sql (#2311)
1 parent 5d03bb0 commit 90cc866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
select concept_id, record_count, descendant_record_count
2-
from @resultTableQualifier..achilles_result_concept_count
2+
from @resultTableQualifier.achilles_result_concept_count
33
where concept_id IN (@conceptIdentifiers)

0 commit comments

Comments
 (0)