Files
oceanbase/docs/docs-cn/10.sql-reference/5.sql-statement/29.drop-restore-point.md
2022-02-10 14:51:49 +08:00

611 B

DROP RESTORE POINT

描述

该语句用来删除还原点(Restore Point)。 注意

系统租户不支持删除还原点。

格式

DROP RESTORE POINT restore_point;

参数解释

参数 描述
restore_point 指定还原点名称。

示例

  • 删除一个还原点 rp1。

    obclient> DROP RESTORE POINT rp1;
    Query OK, 0 rows affected (0.01 sec)