https://github.com/famousdraw

每天一条DB2命令-008

每天一条DB2命令-008
#查看特定编号表空间和特定编号表的名字
db2 "select substr(TABSCHEMA,1,20)as TABSCHEMA,substr(TABNAME,1,20)as TABNAME from syscat.tables where TBSPACEID=0 and TABLEID=5"

posted on 2021-10-06 17:31  红色MINI  阅读(33)  评论(0编辑  收藏  举报

导航