Skip to content

Commit

Permalink
file now saved
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinpnp committed Jun 27, 2018
1 parent 962bf12 commit 3479272
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AS
BEGIN

TRUNCATE TABLE [Fact].[CityPopulation]

INSERT INTO [Fact].[CityPopulation]
SELECT
c.[WWI City ID] as [WWI City ID],
Expand All @@ -25,8 +25,5 @@ BEGIN
AND YEAR(cd.[Valid From]) <= cps.[YearNumber]
ORDER BY [Valid From] ASC
)c




END

0 comments on commit 3479272

Please sign in to comment.