drop tempsbspace to storagepool 参数:从空的临时 sbspace 归还空间到存储池(SQL 管理 API)

随同 admin()task() 函数,使用 drop tempsbspace to storagepool 参数来从空的临时 sbspace 归还空间到存储池。

语法

元素 描述 关键考虑
tempsbspace 空的临时 sbspace 名称。  

示例

下列命令删除名为 tempsbspace3 的空的临时 sbspace,并将所有释放的空间添加到存储池。

EXECUTE FUNCTION task("drop tempsbspace to storagepool", "tempsbspace3");