4 lines
131 B
MySQL
4 lines
131 B
MySQL
|
Update "Funder" as funder
|
||
|
set "CreationUser" = grant1."CreationUser"
|
||
|
from "Grant" as grant1
|
||
|
where funder."ID" = grant1."Funder"
|