阅读(4542)
赞(38)
DB2 表
2021-08-12 18:00:20 更新
使用前先连接到数据
列出所有表
用法:
db2 list tables for schema <schema name>
示例:
db2inst@db1:~> db2 list tables for schema db2instTable/View Schema Type Creation time------------------------------- --------------- ----- --------------------------WHITE_PAPER DB2INST T 2014-11-14-15.26.13.447709WHITE_PAPER_SEASON DB2INST T 2014-11-14-15.26.14.4108082 record(s) selected.db2inst@db1:~>

