DROP STATISTICS
Function
Deletes an extended statistics object. This syntax is supported only by clusters of version 8.2.1.200 or later (not supported by clusters of version 8.3.0).
Precautions
None
Syntax
1 | DROP STATISTICS [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ] |
Parameter Description
| Parameter | Description | Value Range |
|---|---|---|
| IF EXISTS | Sends a notification rather than reporting an error if the specified extended statistics object does not exist. | - |
| name | Indicates the name of the extended statistics object to be deleted. | An existing extended statistics object name. |
| CASCADE | RESTRICT | This parameter does not take effect. No objects depend on extended statistics objects. | - |
Examples
DROP STATISTICS s1_t1_row;
Helpful Links
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.