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

4 lines
132 B
MySQL
Raw Normal View History

Update "Funder" as funder
set "CreationUser" = grant1."CreationUser"
from "Grant" as grant1
2020-04-29 13:03:19 +02:00
where funder."ID" = grant1."Funder" ;