如何查找具有表 A 主键外键约束的表列表?
我如何快速找到对特定表的主键具有外键约束的各种表的列表。
请指导...
How can i quickly find out the list of various tables that are having foreign key constraint to the primary key of a particular table.
Kindly guide...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是使用
information_schema
执行此操作的查询,改编自 此博文:Here's a query to do that using
information_schema
, adapted from this blog post: