Created
August 11, 2019 13:04
-
-
Save bifacil/39296867c9cd77527518ccb01e599323 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Ejemplo 3 | |
SELECT | |
DimGeography.SpanishCountryRegionName AS SpanishCountryRegionName, | |
sum(sales.OrderQuantity) AS Unidades | |
FROM DATABASE 'http://bit.ly/2oP72d6' | |
WHERE DimDate.CalendarYear=2008 | |
GROUP BY DimGeography.SpanishCountryRegionName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment