--将表t1移动到example表空间 alter table t1 move tablespace example; --查看表所在的表空间 select t.TABLE_NAME, t.TABLESPACE_NAME from user_tables t where t.TABLE_NAME = 'T1';
3,494
社区成员
18,710
社区内容
加载中
试试用AI创作助手写篇文章吧