We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c24b17 commit a4e8c6fCopy full SHA for a4e8c6f
1 file changed
Columnstore/EnlargeOrdersTable.sql
@@ -1,6 +1,8 @@
1
--Credit to Koen Verbeeck for this script
2
--http://www.sqlservercentral.com/blogs/koen-verbeeck/2016/08/12/bigger-fact-table-for-wide-world-importers/
3
4
+USE [WideWorldImportersDW]
5
+
6
SELECT
7
[Order Key] = ISNULL(ROW_NUMBER() OVER(ORDER BY (SELECT NULL)),-1)
8
,[City Key]
0 commit comments