Skip to content

Commit d9c4a0b

Browse files
author
David Mariani
committed
changed case of datecustom table
1 parent e9a6538 commit d9c4a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/CreateDateCustomTable.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CREATE TABLE
2-
datecustom AS
2+
"DateCustom" AS
33
SELECT
44
date_day::TIMESTAMP AS pk_date,
55
CAST(TO_CHAR(date_day, '%Y%m%d') AS DECIMAL) AS datekey,

0 commit comments

Comments
 (0)