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 2489866 commit 608d594Copy full SHA for 608d594
DataWarehousing/DateTime/fn_DateTable.sql
@@ -109,7 +109,7 @@ FROM dbo.fn_DateTable(
109
,DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT) EN
110
111
112
- To provide multiple translations of the names, you can INNER JOIN two calls with different cultures as in example below.
+To provide multiple translations of the names, you can INNER JOIN two calls with different cultures as in example below.
113
114
SELECT
115
EN.DateKey
@@ -128,7 +128,7 @@ FROM dbo.fn_DateTable(
128
INNER JOIN dbo.fn_DateTable(
129
'20120101'
130
,'20151231'
131
- ,'zh-cn' --Chinese (Simplified PRC)
+ ,'es-ES' --Spanish (Spain)
132
,DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT
133
134
0 commit comments