Skip to content

Commit

Permalink
KH-502: Minor correction on the concepts' query
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed May 16, 2024
1 parent b2a8300 commit 390bf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics/dsl/flattening/queries/concepts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SELECT DISTINCT concept.concept_id AS concept_id,
THEN CONCAT_WS(': ', concept_reference_source.name, concept_reference_term.code)
END
, ', '
) AS concept_mappings_source_Codes,
) AS concept_mappings_source_codes,
concept_name.name AS name,
concept_name.locale AS locale,
concept_name.locale_preferred AS locale_preferred,
Expand Down

0 comments on commit 390bf2a

Please sign in to comment.