確かに、ストアドプロシージャなしでは、このようにすることはできませんか?
UPDATE t_owner_resident ow INNER JOIN t_units t set ow.unit_name = t.unit_code
WHERE o.unit_name = t.unit_id and t.unit_projectid = 1
注:SPではa、bが混同されていると思いますので、列名も少し混同されている場合は失礼します
確かに、ストアドプロシージャなしでは、このようにすることはできませんか?
UPDATE t_owner_resident ow INNER JOIN t_units t set ow.unit_name = t.unit_code
WHERE o.unit_name = t.unit_id and t.unit_projectid = 1
注:SPではa、bが混同されていると思いますので、列名も少し混同されている場合は失礼します