“请选择相同数量的来源和参考”在sqlyog上
我试图通过 sqlyog 添加外键约束,并收到此错误,尽管我只选择一个源和一个参考列
请选择同等数量的来源 以及参考
有谁知道在这种情况下这意味着什么?请注意,我确实有相同数量的源列和参考列......
I am trying to add a foreign key constraint via sqlyog, and getting this error, although I am only select one source and one reference columns
please select equal number of source
and reference
Does anyone knows what it means in this case? Note that I do have an equal number of source and reference columns...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 SQLYog v9.01 中遇到了同样的问题。错误消息具有误导性,并且错误的真正原因可能完全不同。
为了解决这个问题,我检查了以下内容:
例如,您应该从表 B 中删除与表 A 相关的所有不相关数据。
从查询窗口手动创建约束可以为您提供有关错误类型的更多信息。
只是提醒一下:
祝你好运!
I came across the same issue with SQLYog v9.01. The error message is misleading and the real cause of an error can be totally different.
Things I checked to solve this are the following:
For example, you should remove all unrelated data from table B which relates to table A
Manual constraint creation from Query window can give you more information on your error type.
Just a reminder:
Good luck!