stats_wf_extensions_and_corrections #28

Merged
claudio.atzori merged 22 commits from spyros/dnet-hadoop:stats_wf_extensions_and_corrections into master 2020-07-27 16:02:04 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e217d496ab - Show all commits

View File

@ -18,4 +18,4 @@ CREATE OR REPLACE VIEW ${stats_db_name}.concept AS SELECT * FROM ${external_sta
-- Creation date of the database
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
create table creation_date as select date_format(current_date(), 'dd-MM-yyyy') as date;
create table ${stats_db_name}.creation_date as select date_format(current_date(), 'dd-MM-yyyy') as date;