如何从 DB2 中的列获取表名?
我需要 DB2 SQL 查询来根据列名查找表。我有列名,但没有该列所属的表名。
I need the DB2 SQL query to find the table/tables from column name. I have the column name but don't have table name which this column belongs to.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
对于 DB2/AS400 用户:
For DB2/AS400 users:
如果您使用的是 Visual Studio Server Explorer,我发现使用以下方法效果最好:
Visual Studio 仍对其进行格式化,但 Visual Studio 插入的格式仍然有效。
希望这对使用 Visual Studio Server Explorer 在 IBM DB2 数据库中搜索已知列名的人有所帮助。
If you are using Visual Studio Server Explorer, I found using the following worked the best:
Visual Studio still formatted it, but the formatting inserted by Visual Studio still worked.
Hope this helps someone searching for a known column name in their IBM DB2 database using Visual Studio Server Explorer.