Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DIM_Calendar #7

Open
Marina-ai-hub opened this issue Sep 9, 2024 · 0 comments
Open

DIM_Calendar #7

Marina-ai-hub opened this issue Sep 9, 2024 · 0 comments

Comments

@Marina-ai-hub
Copy link
Owner

DIM_Calendar.csv

SQL Code:
-- Clened DIM_DateTable --
SELECT
[DateKey]
,[FullDateAlternateKey] AS Date
--,[DayNumberOfWeek]
,[EnglishDayNameOfWeek] AS Day
--,[SpanishDayNameOfWeek]
-- ,[FrenchDayNameOfWeek]
-- ,[DayNumberOfMonth]
-- ,[DayNumberOfYear]
,[WeekNumberOfYear] AS WeekNr
, [EnglishMonthName] AS Month
, LEFT([EnglishMonthName], 3) AS MonthShort -- First three letters
--,[SpanishMonthName]
-- ,[FrenchMonthName]
,[MonthNumberOfYear] AS MonthNr
,[CalendarQuarter] AS Quarter
,[CalendarYear] AS Year
-- ,[CalendarSemester]
-- ,[FiscalQuarter]
-- ,[FiscalYear]
-- ,[FiscalSemester]
FROM
[AdventureWorksDW2022].[dbo].[DimDate]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant