如果随便返回一个数据都行的话,用个max或者min返回单个数就行了update     b set b.age2=(select    max(age)  from a  where a.id=b.id)