你可以查sysfragments 这个系统表,关联systables, 如下SQL: select a.tabid, a.tabname, b.fragtype, b.dbspace from systables a, sysfragments b where a.tabid = b.tabid and b.fragtype='T'
1,195
社区成员
2,872
社区内容
加载中
试试用AI创作助手写篇文章吧