MySql 多字段主键问题

发布于 2024-10-04 05:10:32 字数 80 浏览 5 评论 0原文

我有一个带有主键的表,该表由三列构建。在另一个表中,我想将它们作为一个单列外键引用。如何解决这个问题?也许是 id 别名?或者说如何解决这个问题?

I have a table with a primary key which is built from three columns. In an other table I would like to reference to them as one single column foreign key. How can this be resolved? Maybe an id alias? Or how can this be resolved?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

星星的軌跡 2024-10-11 05:10:32

没有什么好的办法,只能将这三个都用作外键。您可以在原始内容上引入一个额外的唯一值列,并引用它,但这不是一个很好的方法。

There is no good way to do this, just use all three as a foreign key. You could introduce an additional unique-values column on the original, and reference that, but it isn't a great approach.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文