通过子查询计算得到年龄,请问我怎么把子查询得到的值用update批量更新到ffield08字段这是通过子查询得到的年龄
update tablename as a set a.字段名 = b.字段名 from (select *from table ) as b where a.id = b.id