Description
You can use this statement to drop a restore point. Notice
You cannot drop a restore point from the system tenant.
Syntax
obclient> DROP RESTORE POINT restore_point;
Parameters
| Parameter | Description |
|---|---|
| restore_point | Specifies the name of the restore point. |
Example
Drop restore point rp1.
obclient> DROP RESTORE POINT rp1; Query OK, 0 rows affected (0.01 sec)