SQL如何找出哪些表具有特定列
是否可以构造一个查询以便我可以找出哪些表具有特定列?那么如果它有列查询该表的 ID 号呢?这可能吗?
Is it possible to construct a query so that I can find out what tables have a particular column? Then if it has the column query that table for an ID number? Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,我认为您可以查看 X$Field 系统表的内容,如下所述:
http://ww1.pervasive.com/library/docs/ psql/794/sqlref/sqlsystb.html
Sure, I think you can look at the contents of the X$Field system table, described here:
http://ww1.pervasive.com/library/docs/psql/794/sqlref/sqlsystb.html