有两张表A和B
A表中的字段为 id address name age postcode
B表中的字段为 id address name age postcode
现在将B表中年龄大于40的address和postcode更新到A表中address和postcode,其中id关联
问分别用Oracle和MySql如何编写(一条语句)
有两张表A和B
A表中的字段为 id address name age postcode
B表中的字段为 id address name age postcode
现在将B表中年龄大于40的address和postcode更新到A表中address和postcode,其中id关联
问分别用Oracle和MySql如何编写(一条语句)