Merge branch 'master' into pmasl

This commit is contained in:
Pedro Lopes
2019-06-20 12:59:25 -07:00
committed by GitHub
2 changed files with 0 additions and 2 deletions
@@ -69,4 +69,3 @@ FROM [Dimension].[Customer]
ORDER BY [Customer Key]
OPTION (RECOMPILE);
GO
@@ -70,4 +70,3 @@ INNER JOIN @Order AS o
WHERE oh.[Unit Price] > 0.10
ORDER BY oh.[Unit Price] DESC;
GO