DROP RESOURCE POOL CLASSIFIER
DROP RESOURCE POOL CLASSIFIER removes a resource pool classifier.
Syntax
DROP RESOURCE POOL CLASSIFIER <name>
Parameters
name— name of the resource pool classifier to drop.
Permissions
The ALL permission on the database is required. Example:
GRANT 'ALL' ON `/my_db` TO `user1@domain`;
Examples
The following removes the classifier named olap_classifier:
DROP RESOURCE POOL CLASSIFIER olap_classifier;
See also
Was the article helpful?
Previous
Next