本文介绍了如何同时更改主键的值和更新外键的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在表中有一条主键错误的记录.我想将其更改为正确的值,但该值已在许多其他表中使用.
I have a record in table with wrong primary key. I want change it to correct value, but this value is used in many other tables.
有没有什么简单的方法可以同时更新主键和外键?
Is there any simple way to update primary key and foreign key at the same tim?
推荐答案
如果外键设置为级联更改,则值应自动更改.
If the foreign keys are set to cascade changes then the value should change automatically.
这篇关于如何同时更改主键的值和更新外键的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!