sql如何删除表空间中某一个数据文件 2023-04-12 04:40:00 数据 删除 文件 删除表空间中某一个数据文件的SQL语句如下:drop tablespace [表空间名] datafile '[数据文件路径]' 相关文章