摘要: --删除空的表空间,但是不包含物理⽂件 drop tablespace tablespace_name; --删除⾮空表空间,但是不包含物理⽂件 drop tablespace tablespace_name including contents; --删除空表空间,包含物理⽂件 drop tabl 阅读全文
posted @ 2022-06-03 23:20 yclizq 阅读(986) 评论(0) 推荐(0)