如何从我的“数据库导航器”中提取我的表名和描述来自IBM?
我有一个数据库导航器,其中包含许多带有描述的表。我需要在描述中搜索才能找到我需要的表,但在 ibm 的数据库导航器中,此功能不可用。因此,我想将所有数据导出到 Excel 工作表。但如何呢?
I have a my database navigator that contains a lot of tables with descriptions. I need to search within descriptions in order to find the table I need, but in the database navigator from ibm this feature is not available. Because of this I want to export all data to a excel sheet. But how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此 SQL 语句将为您提供您有权访问的每个表的架构(库)、表名称和描述。
您可以通过多种方式将其导入 Excel。我不是 iSeries Navigator 的忠实粉丝,因此我倾向于使用 Microsoft Query 将数据导入 Excel。
我是这样做的:
是的,这是一个笨拙的过程,但它确实有效。唯一的缺点是 Microsoft Query 运行查询以将其显示给您,Excel 再次运行它以提取数据。如果运行查询的成本很高,那么这可能并不总是一个好主意。在这种情况下我不会担心。
This SQL statement will give you the schema (library), table name, and description for every table you have access to.
You can get it into Excel in a few ways. I am not a big fan of iSeries Navigator, so I tend to use Microsoft Query to get my data into Excel.
Here's how I do it:
Yes, it's a klunky process, but it works. The only downside is that Microsoft Query runs the query to show it to you, the Excel runs it again to pull the data. That might not always be a good idea if it's an expensive query to run. I wouldn't worry about it in this case.
如果您可以访问绿屏和命令行,您也可以用老式的方式来完成此操作。
使用 WRKOBJPDM LIB(youiSerieaLibraryName) OBJTYPE(*FILE)
然后使用 F17 子集(Shift 和 F5)并在 TEXT 旁边输入文件描述的搜索条件
You can also do it the old fashioned way, if you have access to green screen and the command line.
Use WRKOBJPDM LIB(youiSerieaLibraryName) OBJTYPE(*FILE)
then use F17 Subset (Shift and F5 ) and enter your search criteria for the file description next to TEXT