--将表t1移动到example表空间 alter table t1 move tablespace example; --查看表所在的表空间 select t.TABLE_NAME, t.TABLESPACE_NAME from user_tables t where t.TABLE_NAME = 'T1';
3472
社区成员
1.8w+
社区内容