Update step20-createMonitorDB_institutions.sql

Added openorgs____::c0b262bd6eab819e4c994914f9c010e2   -- National Institute of Geophysics and Volcanology
This commit is contained in:
dimitrispie 2023-06-15 10:28:49 +03:00
parent 42b8ce2ba4
commit afcad08396
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ create table TARGET.result stored as parquet as
'openorgs____::846cb428d3f52a445f7275561a7beb5d', -- University of Manitoba
'openorgs____::eb391317ed0dc684aa81ac16265de041', -- Universitat Rovira i Virgili
'openorgs____::66aa9fc2fceb271423dfabcc38752dc0', -- Lund University
'openorgs____::3cff625a4370d51e08624cc586138b2f' -- IMT Atlantique
'openorgs____::3cff625a4370d51e08624cc586138b2f', -- IMT Atlantique
'openorgs____::c0b262bd6eab819e4c994914f9c010e2' -- National Institute of Geophysics and Volcanology
))) foo;
ANALYZE TABLE TARGET.result COMPUTE STATISTICS;