---我想知道这个数据库中有哪些表 select table_name from user_tables; ---占空间大小 select t.blocks/ta.block_size from user_tables t,user_tablespaces ta where t.table_name = 'EMP' and t.tablespace_name = ta.tablespace_name
3471
社区成员
1.8w+
社区内容