update 表二
set 工程名称 = (select 表一.工程名称
from 表一 
where conditions)
where 表二.工程代码 = 表一.工程代码