每天一条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"