added the target db name...

This commit is contained in:
Antonis Lempesis 2020-07-10 02:52:01 +03:00 committed by Spyros Zoupanos
parent 1ee7eeedf3
commit b16bb68b9f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-- replace the creation of the result view to include the boolean fields from the previous tables (green, gold,
-- peer reviewed)
drop table if exists ${stats_db_name}.result_tmp;
CREATE TABLE result_tmp (
CREATE TABLE ${stats_db_name}.result_tmp (
id STRING,
title STRING,
publisher STRING,