SQL合并两个表并更新引用的ID
我有两个表,我想将它们合并为一个表并使用 TypeID 来区分它们。假设类型是 A 和 B。表是 A_Level 和 B_Level
A 的表看起来像
Level
Level_ID 描述
B 的表看起来像
Level
Level_ID Level_Desc
A 的 Level_ID 从表 C 中引用为 Level_ID
B 的 Level_ID 从表 D 中引用为 Level_ID
我正在寻找一个脚本,它将两个表合并为一个表(Level_Code)并相应地更新引用的表 ID。
非常感谢任何帮助。
I have two tables that I want to join into one table and use a TypeID to differentiate them. Let's say the types are A and B. The Tables are A_Level and B_Level
A's Table looks like
Level
Level_ID Description
B's Table looks like
Level
Level_ID Level_Desc
A's Level_ID is referenced from Table C as Level_ID
B's Level_ID is referenced from Table D as Level_ID
I am looking for a script that would merge the two tables into one table (Level_Code) and update the referenced Tables ID's accordingly.
Any help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)