Update step20-createMonitorDB.sql

Added Delft University of Technology
This commit is contained in:
dimitrispie 2023-04-07 09:21:38 +03:00
parent 9e1335df4c
commit 9b41dff33c
1 changed files with 3 additions and 2 deletions

View File

@ -64,7 +64,8 @@ create table TARGET.result stored as parquet as
'openorgs____::38d7097854736583dde879d12dacafca', -- Brown University
'openorgs____::57784c9e047e826fefdb1ef816120d92', -- Arts et Métiers ParisTech
'openorgs____::2530baca8a15936ba2e3297f2bce2e7e', -- University of Cape Town
'openorgs____::d11f981828c485cd23d93f7f24f24db1' -- Technological University Dublin
'openorgs____::d11f981828c485cd23d93f7f24f24db1', -- Technological University Dublin
'openorgs____::5e6bf8962665cdd040341171e5c631d8' -- Delft University of Technology
))) foo;
compute stats TARGET.result;