mysql跨表一对一批量更新

UPDATE `order_goods` og,`order` o SET og.`delivery_address`=o.`address` WHERE o.`store_id`=og.`store_id`;    

大神牛逼。