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 e9a6538 commit d9c4a0bCopy full SHA for d9c4a0b
data/CreateDateCustomTable.sql
@@ -1,5 +1,5 @@
1
CREATE TABLE
2
- datecustom AS
+ "DateCustom" AS
3
SELECT
4
date_day::TIMESTAMP AS pk_date,
5
CAST(TO_CHAR(date_day, '%Y%m%d') AS DECIMAL) AS datekey,
0 commit comments