argos/dmp-db-scema/updates/04/02_Funder_update_CreationUs...

4 lines
132 B
SQL

Update "Funder" as funder
set "CreationUser" = grant1."CreationUser"
from "Grant" as grant1
where funder."ID" = grant1."Funder" ;