更新bank表中的address字段,通过bank.tyid与banktype的typeid进行关联

update bank set address = (select typename from banktype where bank.tyid=banktype.typeid)