Skip to content

Commit

Permalink
Removing comma before insert into statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Marymary-dev committed Jan 17, 2024
1 parent 16ca31a commit 1ce5dca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Scripts/REPORTING/load_aggregate_Concordance_HTSPOS.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Select
Proportion_variance_EMR_DWH,
Proportion_variance_KHIS_DWH,
Proportion_variance_KHIS_EMR,
Reporting_Month,
Reporting_Month
into Reporting.dbo.aggregate_concordance_htspos
from
NDWH.dbo.FactHTSPosConcordance as htspos
Expand All @@ -26,4 +26,6 @@ from
NDWH.dbo.DimPartner pat
on pat.PartnerKey = htspos.PartnerKey
ORDER BY
Proportion_variance_EMR_DWH DESC
Proportion_variance_EMR_DWH DESC


0 comments on commit 1ce5dca

Please sign in to comment.