mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Merge branch 'master' into pmasl
This commit is contained in:
-1
@@ -69,4 +69,3 @@ FROM [Dimension].[Customer]
|
||||
ORDER BY [Customer Key]
|
||||
OPTION (RECOMPILE);
|
||||
GO
|
||||
|
||||
|
||||
-1
@@ -70,4 +70,3 @@ INNER JOIN @Order AS o
|
||||
WHERE oh.[Unit Price] > 0.10
|
||||
ORDER BY oh.[Unit Price] DESC;
|
||||
GO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user