Update step20-createMonitorDB.sql

Add University of Cape Town organization
This commit is contained in:
dimitrispie 2023-02-07 08:14:48 +02:00
parent 973d78a4d6
commit 98c34263ed
1 changed files with 3 additions and 2 deletions

View File

@ -62,8 +62,9 @@ create table TARGET.result stored as parquet as
'openorgs____::db7686f30f22cbe73a4fde872ce812a6', -- University of Milan
'openorgs____::b8b8ca674452579f3f593d9f5e557483', -- University College Cork
'openorgs____::38d7097854736583dde879d12dacafca', -- Brown University
'openorgs____::57784c9e047e826fefdb1ef816120d92' --Arts et Métiers ParisTech
) )) foo;
'openorgs____::57784c9e047e826fefdb1ef816120d92', --Arts et Métiers ParisTech
'openorgs____::2530baca8a15936ba2e3297f2bce2e7e' -- University of Cape Town
))) foo;
compute stats TARGET.result;
create table TARGET.result_citations stored as parquet as select * from SOURCE.result_citations orig where exists (select 1 from TARGET.result r where r.id=orig.id);