Skip to content

Commit

Permalink
Merge pull request #349 from palladiumkenya/Feauture--Remove-comma-be…
Browse files Browse the repository at this point in the history
…fore-Insert-into-statement

Removing comma before insert into statement
  • Loading branch information
DennisGibz authored Jan 17, 2024
2 parents aa7ddd9 + 1ce5dca commit c3c3140
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 c3c3140

Please sign in to comment.